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

Unified Diff: public/platform/WebGraphicsLayerDebugInfo.h

Issue 498193003: Add |GraphicsLayerDebugInfo::getAnnotatedInvalidationRects| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add missing files 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..6700e4c5d2be664d56f6f19f4298553a74e8db41 100644
--- a/public/platform/WebGraphicsLayerDebugInfo.h
+++ b/public/platform/WebGraphicsLayerDebugInfo.h
@@ -35,9 +35,14 @@
namespace blink {
+struct WebAnnotatedInvalidationRect;
+template <typename T>
+class WebVector;
+
class WebGraphicsLayerDebugInfo {
public:
virtual void appendAsTraceFormat(WebString* out) const = 0;
+ virtual void getAnnotatedInvalidationRects(WebVector<WebAnnotatedInvalidationRect>&) const = 0;
virtual ~WebGraphicsLayerDebugInfo() { }
};

Powered by Google App Engine
This is Rietveld 408576698