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

Unified Diff: Source/platform/graphics/GraphicsLayer.h

Issue 474793002: Add GraphicsLayerDebugInfo::includesNewPaintInvalidation to distinguish paint from new RenderObjects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review Created 6 years, 4 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: Source/platform/graphics/GraphicsLayer.h
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
index 3f800ea1cc3a75eb229208307c926249ea59e2cf..3ad47ac6a39e953293cf4193f5476b3ea5e86dec 100644
--- a/Source/platform/graphics/GraphicsLayer.h
+++ b/Source/platform/graphics/GraphicsLayer.h
@@ -184,6 +184,7 @@ public:
void setNeedsDisplay();
// mark the given rect (in layer coords) as needing dispay. Never goes deep.
void setNeedsDisplayInRect(const FloatRect&);
+ void setIncludesFirstPaintInvalidation();
void setContentsNeedsDisplay();

Powered by Google App Engine
This is Rietveld 408576698