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

Commit 883140d0 authored by Jesse Hall's avatar Jesse Hall Committed by Android (Google) Code Review
Browse files

Merge "SurfaceFlinger: EventThread: Fix Vsync array size."

parents cdd7d8bc 5c876fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ private:
    // protected by mLock
    SortedVector< wp<Connection> > mDisplayEventConnections;
    Vector< DisplayEventReceiver::Event > mPendingEvents;
    DisplayEventReceiver::Event mVSyncEvent[HWC_DISPLAY_TYPES_SUPPORTED];
    DisplayEventReceiver::Event mVSyncEvent[HWC_NUM_DISPLAY_TYPES];
    bool mUseSoftwareVSync;

    // for debugging