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

Commit 42519274 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-qpr-dev

parents 7e0be409 63176043
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.