Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
index 279e94f79bc1791bfb32669d0d2009502c59af7d..fd1d11f42b68261d93e692d247cbd0d5bf5a7a6d 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
@@ -216,7 +216,7 @@ private: |
DisplayItemIndicesByClientMap m_newDisplayItemIndicesByClient; |
#endif |
- DisplayItemCacheGeneration m_currentCacheGeneration; |
+ DisplayItemClient::CacheGenerationOrInvalidationReason m_currentCacheGeneration; |
#if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS |
// A stack recording subsequence clients that are currently painting. |