We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d7ac48 + f42c6f3 commit 2465d48Copy full SHA for 2465d48
1 file changed
services/surfaceflinger/EffectLayer.h
@@ -64,6 +64,7 @@ class EffectLayer : public Layer {
64
bool fillsColor() const;
65
// Returns true if this layer has a blur value.
66
bool hasBlur() const;
67
+ bool needsInputInfo() const override { return fillsColor() || hasInputInfo(); }
68
bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); }
69
};
70
0 commit comments