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

Unified Diff: Source/core/rendering/RenderLayerModelObject.h

Issue 593873002: Alternate way to track first paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjust setShouldDoFullPaintInvalidationWithReason API Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayerModelObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderLayerModelObject.h
diff --git a/Source/core/rendering/RenderLayerModelObject.h b/Source/core/rendering/RenderLayerModelObject.h
index c7a46650719104fd580fbea4b089bd42e677682a..667271c3affdededea74ae4a766bb0b498dc7020 100644
--- a/Source/core/rendering/RenderLayerModelObject.h
+++ b/Source/core/rendering/RenderLayerModelObject.h
@@ -67,7 +67,7 @@ public:
virtual void invalidateTreeIfNeeded(const PaintInvalidationState&) OVERRIDE;
// Indicate that the contents of this renderer need to be repainted. Only has an effect if compositing is being used,
- void setBackingNeedsPaintInvalidationInRect(const LayoutRect&) const; // r is in the coordinate space of this render object
+ void setBackingNeedsPaintInvalidationInRect(const LayoutRect&, InvalidationReason) const; // r is in the coordinate space of this render object
protected:
void createLayer(LayerType);
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayerModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698