We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f68fc4c + 1cb7e56 commit e61dcc3Copy full SHA for e61dcc3
1 file changed
services/surfaceflinger/Layer.h
@@ -520,7 +520,7 @@ class Layer : public virtual RefBase {
520
* the InputDispatcher to do PID based occlusion detection.
521
*/
522
bool needsInputInfo() const {
523
- return (hasInputInfo() || hasBufferOrSidebandStream()) && !mPotentialCursor;
+ return (hasInputInfo() || hasBufferOrSidebandStream() || fillsColor()) && !mPotentialCursor;
524
}
525
526
// Implements RefBase.
0 commit comments