Skip to content

Commit 8694d71

Browse files
Wenhui Yangandroid-build-merge-worker-robot
authored andcommitted
[DO NOT MERGE] Send dim layer in input list am: f42c6f3
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/31111009 Change-Id: I977fc222ef428d9ab74f06f3edb0d26d38e05cf7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents 8d8ffe0 + f42c6f3 commit 8694d71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/surfaceflinger/EffectLayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class EffectLayer : public Layer {
6464
bool fillsColor() const;
6565
// Returns true if this layer has a blur value.
6666
bool hasBlur() const;
67+
bool needsInputInfo() const override { return fillsColor() || hasInputInfo(); }
6768
bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); }
6869
};
6970

0 commit comments

Comments
 (0)