Merge "SurfaceFlinger: EventThread: Fix Vsync array size."
This commit is contained in:
commit
883140d0bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user