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

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

Issue 2713673005: client-goodbye
Patch Set: Created 3 years, 10 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 d49e3f6e612ceb852bc6f7987df9d5c5028493c9..78dacef2aedcb563d2f01f6357a632c095483027 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -38,6 +38,7 @@
namespace blink {
+class InvalidationDebugging;
class PaintLayerCompositor;
// A GraphicsLayerPaintInfo contains all the info needed to paint a partial
@@ -168,15 +169,15 @@ class CORE_EXPORT CompositedLayerMapping final : public GraphicsLayerClient {
// LayoutRect is in the coordinate space of the layer's layout object.
void setContentsNeedDisplayInRect(const LayoutRect&,
PaintInvalidationReason,
- const DisplayItemClient&);
+ const InvalidationDebugging&);
// Invalidates just the non-scrolling content layers.
void setNonScrollingContentsNeedDisplayInRect(const LayoutRect&,
PaintInvalidationReason,
- const DisplayItemClient&);
+ const InvalidationDebugging&);
// Invalidates just scrolling content layers.
void setScrollingContentsNeedDisplayInRect(const LayoutRect&,
PaintInvalidationReason,
- const DisplayItemClient&);
+ const InvalidationDebugging&);
// Notification from the layoutObject that its content changed.
void contentChanged(ContentChangeType);

Powered by Google App Engine
This is Rietveld 408576698