diff options
Diffstat (limited to 'services/surfaceflinger/LayerFE.h')
-rw-r--r-- | services/surfaceflinger/LayerFE.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/surfaceflinger/LayerFE.h b/services/surfaceflinger/LayerFE.h index b89b6b4b92..b897a90687 100644 --- a/services/surfaceflinger/LayerFE.h +++ b/services/surfaceflinger/LayerFE.h @@ -83,12 +83,13 @@ private: compositionengine::LayerFE::LayerSettings&, compositionengine::LayerFE::ClientCompositionTargetSettings&) const; - bool hasEffect() const { return fillsColor() || drawShadows() || hasBlur(); } + bool hasEffect() const { return fillsColor() || drawShadows() || hasBlur() || hasOutline(); } bool hasBufferOrSidebandStream() const; bool fillsColor() const; bool hasBlur() const; bool drawShadows() const; + bool hasOutline() const; const sp<GraphicBuffer> getBuffer() const; |