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

Unified Diff: public/platform/WebGraphicsLayerDebugInfo.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: public/platform/WebGraphicsLayerDebugInfo.h
diff --git a/public/platform/WebGraphicsLayerDebugInfo.h b/public/platform/WebGraphicsLayerDebugInfo.h
index 9cf36a735003e65d65f82b85c6805f9d9546fc3a..2e82467501ff253e9074a00bb63933a931c17118 100644
--- a/public/platform/WebGraphicsLayerDebugInfo.h
+++ b/public/platform/WebGraphicsLayerDebugInfo.h
@@ -38,6 +38,7 @@ namespace blink {
class WebGraphicsLayerDebugInfo {
public:
virtual void appendAsTraceFormat(WebString* out) const = 0;
+ virtual bool includesFirstPaintInvalidation() const = 0;
virtual ~WebGraphicsLayerDebugInfo() { }
};
« Source/core/rendering/RenderObject.h ('K') | « Source/platform/graphics/GraphicsLayerDebugInfo.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698