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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h

Issue 2051333005: Let FrameView track object paint invalidations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TrackInvalidation
Patch Set: NeedsRebaseline 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/core/layout/compositing/CompositedLayerMapping.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
index 6e058601ad94bb0d439b281b00565b38350d8c10..ffe6c9ce1b32251e2c88962ca69e2ce98680ffa7 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -133,12 +133,6 @@ public:
// Invalidates just scrolling content layers.
void setScrollingContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason, const DisplayItemClient&);
- // This is called only if we are tracking paint invalidation for testing, or ENABLE(ASSERT)
- // for error checking and debugging.
- void displayItemClientWasInvalidated(const DisplayItemClient&, PaintInvalidationReason);
- // Invalidates just scrolling content layers.
- void scrollingDisplayItemClientWasInvalidated(const DisplayItemClient&, PaintInvalidationReason);
-
// Notification from the layoutObject that its content changed.
void contentChanged(ContentChangeType);

Powered by Google App Engine
This is Rietveld 408576698