Loading services/surfaceflinger/EffectLayer.h +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ private: bool fillsColor() const; // Returns true if this layer has a blur value. bool hasBlur() const; bool needsInputInfo() const override { return fillsColor() || hasInputInfo(); } bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); } }; Loading Loading
services/surfaceflinger/EffectLayer.h +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ private: bool fillsColor() const; // Returns true if this layer has a blur value. bool hasBlur() const; bool needsInputInfo() const override { return fillsColor() || hasInputInfo(); } bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); } }; Loading