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

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

Issue 498193003: Add |GraphicsLayerDebugInfo::getAnnotatedInvalidationRects| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tkent-san review 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
Index: Source/platform/graphics/GraphicsLayer.h
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
index 5e753ee3747d28a56ce5ba0b6705ab5a39a5641a..1339946356c80ab58cc51bdef768644ddb3a72ba 100644
--- a/Source/platform/graphics/GraphicsLayer.h
+++ b/Source/platform/graphics/GraphicsLayer.h
@@ -41,6 +41,7 @@
#include "public/platform/WebCompositorAnimationDelegate.h"
#include "public/platform/WebContentLayer.h"
#include "public/platform/WebImageLayer.h"
+#include "public/platform/WebInvalidationDebugAnnotations.h"
#include "public/platform/WebLayerClient.h"
#include "public/platform/WebLayerScrollClient.h"
#include "public/platform/WebNinePatchLayer.h"
@@ -182,7 +183,7 @@ public:
void setNeedsDisplay();
// mark the given rect (in layer coords) as needing dispay. Never goes deep.
- void setNeedsDisplayInRect(const FloatRect&);
+ void setNeedsDisplayInRect(const FloatRect&, WebInvalidationDebugAnnotations);
void setContentsNeedsDisplay();
« no previous file with comments | « Source/platform/graphics/FirstPaintInvalidationTracking.cpp ('k') | Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698