Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.h

Issue 2066603005: Check DisplayItemCient aliveness in cached subsequences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check DisplayItemCient aliveness in cached subsequences Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698