diff options
| author | 2022-06-01 23:20:25 +0000 | |
|---|---|---|
| committer | 2022-06-01 23:20:25 +0000 | |
| commit | cd25a4c209024ed4859bc489238023960a9d20e2 (patch) | |
| tree | 6cb5a1d096fdb2fe40a84e59f6ae04183504f650 /services/surfaceflinger/SurfaceFlinger.cpp | |
| parent | 48a4797cfd1d20459ad9a7581969909e3c9f8018 (diff) | |
| parent | a0292d14c0ea5cdb6cc4444869f6abac95d1dfd3 (diff) | |
Snap for 8671863 from a0292d14c0ea5cdb6cc4444869f6abac95d1dfd3 to tm-release
Change-Id: I48725f6f7811a2a31b832a6dbbe6f6793c210d46
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.cpp')
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 97d8aef88a..6a17cd8881 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -6747,6 +6747,7 @@ ftl::SharedFuture<FenceResult> SurfaceFlinger::renderScreenImpl( clientCompositionDisplay.orientation = rotation; clientCompositionDisplay.outputDataspace = dataspace; + clientCompositionDisplay.currentLuminanceNits = displayBrightnessNits; clientCompositionDisplay.maxLuminance = DisplayDevice::sDefaultMaxLumiance; clientCompositionDisplay.renderIntent = static_cast<aidl::android::hardware::graphics::composer3::RenderIntent>(renderIntent); |