Skip to content

Commit 0bb6a26

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
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3505711 Change-Id: Ibac0cdaea1e01938b68cd69241c809459e76a111 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents 8187831 + 7eb3839 commit 0bb6a26

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)