Loading services/surfaceflinger/Layer.h +1 −1 Original line number Diff line number Diff line Loading @@ -520,7 +520,7 @@ public: * the InputDispatcher to do PID based occlusion detection. */ bool needsInputInfo() const { return (hasInputInfo() || hasBufferOrSidebandStream()) && !mPotentialCursor; return (hasInputInfo() || hasBufferOrSidebandStream() || fillsColor()) && !mPotentialCursor; } // Implements RefBase. Loading Loading
services/surfaceflinger/Layer.h +1 −1 Original line number Diff line number Diff line Loading @@ -520,7 +520,7 @@ public: * the InputDispatcher to do PID based occlusion detection. */ bool needsInputInfo() const { return (hasInputInfo() || hasBufferOrSidebandStream()) && !mPotentialCursor; return (hasInputInfo() || hasBufferOrSidebandStream() || fillsColor()) && !mPotentialCursor; } // Implements RefBase. Loading