Skip to content

Commit 7d6a465

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: I9f2b269ab44ba7490d7cfeec2fef19b10fc8a438 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents dc65953 + f42c6f3 commit 7d6a465

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)