From f42ff762f289bf8cbaa41a87405d132d55e018eb Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 6 Aug 2020 13:53:22 -0700 Subject: Allow controlling the SDR white point Test: this Change-Id: I9ee059afd73ca0850e41072c068c9effe8362382 --- libs/hwui/Properties.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/hwui/Properties.cpp') 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; -- cgit v1.2.3-59-g8ed1b