Chromium Code Reviews| 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 4ff8560f367dbf4f83beb9a52aa614f4923ced5d..4b743c487f5a185cc4fd01050adfaf6d7d980309 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
| @@ -239,6 +239,10 @@ private: |
| #endif |
| DisplayItemCacheGeneration m_currentCacheGeneration; |
| + |
| +#if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS |
| + Vector<const DisplayItemClient*> m_subsequenceClients; |
|
chrishtr
2016/06/18 08:49:57
Document what this is for.
Xianzhu
2016/06/18 17:41:30
Done.
|
| +#endif |
| }; |
| } // namespace blink |