Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e61dcc3e authored by Wenhui Yang's avatar Wenhui Yang Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] Send dim layer in input list" into udc-dev

parents f68fc4c5 1cb7e568
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.