Skip to content

Commit 7eb3839

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Fix the issue of screen flashing when adjusting ambient light when playing HDR video." into main
2 parents 4a4e0dd + 47d2988 commit 7eb3839

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)