Skip to content

Commit 0c31d77

Browse files
Treehugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "Fix the issue of screen flashing when adjusting ambient light when playing HDR video." into main am: 7eb3839 am: 0bb6a26
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3505711 Change-Id: I703b4fbc738a677301e20cf0312d2d5ac5e142da Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents 71bff48 + 0bb6a26 commit 0c31d77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/surfaceflinger/CompositionEngine/src/ClientCompositionRequestCache.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ inline bool equalIgnoringSource(const renderengine::LayerSettings& lhs,
3838
lhs.disableBlending == rhs.disableBlending && lhs.shadow == rhs.shadow &&
3939
lhs.backgroundBlurRadius == rhs.backgroundBlurRadius &&
4040
lhs.stretchEffect == rhs.stretchEffect &&
41-
lhs.edgeExtensionEffect == rhs.edgeExtensionEffect;
41+
lhs.edgeExtensionEffect == rhs.edgeExtensionEffect &&
42+
lhs.whitePointNits == rhs.whitePointNits;
4243
}
4344

4445
inline bool equalIgnoringBuffer(const renderengine::Buffer& lhs, const renderengine::Buffer& rhs) {

0 commit comments

Comments
 (0)