diff options
Diffstat (limited to 'services/surfaceflinger')
| -rw-r--r-- | services/surfaceflinger/Layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.h b/services/surfaceflinger/Layer.h index 0ceecec7ec..0b1e3cfc54 100644 --- a/services/surfaceflinger/Layer.h +++ b/services/surfaceflinger/Layer.h @@ -522,7 +522,7 @@ public: * the InputDispatcher to do PID based occlusion detection. */ bool needsInputInfo() const { - return (hasInputInfo() || hasBufferOrSidebandStream()) && !mPotentialCursor; + return (hasInputInfo() || hasBufferOrSidebandStream() || fillsColor()) && !mPotentialCursor; } // Implements RefBase. |
