aboutsummaryrefslogtreecommitdiff
path: root/drm/DrmPlane.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/DrmPlane.h')
-rw-r--r--drm/DrmPlane.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/DrmPlane.h b/drm/DrmPlane.h
index 5782532..89523a6 100644
--- a/drm/DrmPlane.h
+++ b/drm/DrmPlane.h
@@ -84,6 +84,7 @@ class DrmPlane {
std::map<DrmHwcBlending, uint64_t> blending_enum_map_;
std::map<DrmHwcColorSpace, uint64_t> color_encoding_enum_map_;
std::map<DrmHwcSampleRange, uint64_t> color_range_enum_map_;
+ std::map<DrmHwcTransform, uint64_t> transform_enum_map_;
};
} // namespace android