commit | 2dfc98b6f563ac7041fd705a8dbcda12cf32fa76 | [log] [tgz] |
---|---|---|
author | Nader Jawad <njawad@google.com> | Thu Apr 08 20:35:39 2021 -0700 |
committer | Nader Jawad <njawad@google.com> | Tue May 04 10:43:06 2021 -0700 |
tree | d321d127b41e515587411936a879c3060c9fb2d4 | |
parent | a0e37d286b55bab43ce2c295f98885c9bf77dc95 [diff] [blame] |
Update SurfaceFlinger to handle stretching of surfaces that are part of a scrolling container Bug: 184297961 Test: In progress Change-Id: I959df097ae1fc833fb755f1fb2d759d79f260963
diff --git a/services/surfaceflinger/CompositionEngine/src/ClientCompositionRequestCache.cpp b/services/surfaceflinger/CompositionEngine/src/ClientCompositionRequestCache.cpp index 2d9f01b..b1ee3fb 100644 --- a/services/surfaceflinger/CompositionEngine/src/ClientCompositionRequestCache.cpp +++ b/services/surfaceflinger/CompositionEngine/src/ClientCompositionRequestCache.cpp
@@ -36,7 +36,8 @@ lhs.sourceDataspace == rhs.sourceDataspace && lhs.colorTransform == rhs.colorTransform && lhs.disableBlending == rhs.disableBlending && lhs.shadow == rhs.shadow && - lhs.backgroundBlurRadius == rhs.backgroundBlurRadius; + lhs.backgroundBlurRadius == rhs.backgroundBlurRadius && + lhs.stretchEffect == rhs.stretchEffect; } inline bool equalIgnoringBuffer(const renderengine::Buffer& lhs, const renderengine::Buffer& rhs) {