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

This commit is contained in:
Jesse Hall 2013-07-12 23:31:57 +00:00 committed by Android (Google) Code Review
commit 883140d0bf

View File

@ -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