summaryrefslogtreecommitdiff
path: root/libs/hwui/Properties.h
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2020-08-06 13:53:22 -0700
committer John Reck <jreck@google.com> 2020-08-06 17:32:10 -0700
commitf42ff762f289bf8cbaa41a87405d132d55e018eb (patch)
treeaa91e5db22ecef3ebe80647bb59dcb6d14981f17 /libs/hwui/Properties.h
parentc8f9a1ea000e462dd17434d50f6c7b7e869f691d (diff)
Allow controlling the SDR white point
Test: this Change-Id: I9ee059afd73ca0850e41072c068c9effe8362382
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r--libs/hwui/Properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index c8f6b3b7ff99..85a0f4aa7809 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -249,6 +249,8 @@ public:
static int defaultRenderAhead;
+ static float defaultSdrWhitePoint;
+
private:
static ProfileType sProfileType;
static bool sDisableProfileBars;