diff --git a/libs/hwui/renderthread/CanvasContext.h b/libs/hwui/renderthread/CanvasContext.h index 9df429badd5e1..389546ea7973a 100644 --- a/libs/hwui/renderthread/CanvasContext.h +++ b/libs/hwui/renderthread/CanvasContext.h @@ -279,7 +279,7 @@ private: }; // Need at least 4 because we do quad buffer. Add a 5th for good measure. - RingBuffer mSwapHistory; + RingBuffer mSwapHistory; int64_t mFrameNumber = -1; int64_t mDamageId = 0;