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 ffe6c9ce1b32251e2c88962ca69e2ce98680ffa7..6e058601ad94bb0d439b281b00565b38350d8c10 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h |
@@ -133,6 +133,12 @@ |
// 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); |