diff options
| author | 2020-08-07 04:16:26 +0000 | |
|---|---|---|
| committer | 2020-08-07 04:16:26 +0000 | |
| commit | 9dd69675ef22f99d861ecf88c87af4c770eda430 (patch) | |
| tree | 71f83511aff99931ce4a2ab10eb75972c52cc71d /libs/hwui/Properties.cpp | |
| parent | 708294a7ad621baf72fd868f38a3276fc48e19a5 (diff) | |
| parent | f42ff762f289bf8cbaa41a87405d132d55e018eb (diff) | |
Merge "Allow controlling the SDR white point"
Diffstat (limited to 'libs/hwui/Properties.cpp')
| -rw-r--r-- | libs/hwui/Properties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 446e81e65bb8..ba44d056dda3 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -78,6 +78,7 @@ bool Properties::isolatedProcess = false; int Properties::contextPriority = 0; int Properties::defaultRenderAhead = -1; +float Properties::defaultSdrWhitePoint = 200.f; bool Properties::load() { bool prevDebugLayersUpdates = debugLayersUpdates; |