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

Unified Diff: public/web/WebDevToolsAgent.h

Issue 16878004: DevTools: add instrumentation for deferred canvas rasterization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/web/WebDevToolsAgent.h
diff --git a/public/web/WebDevToolsAgent.h b/public/web/WebDevToolsAgent.h
index 7b07371df9be8b2032fc85647023a3765caa8dac..b2397678c8da46de346c6edc80468825ee751e94 100644
--- a/public/web/WebDevToolsAgent.h
+++ b/public/web/WebDevToolsAgent.h
@@ -67,12 +67,13 @@ public:
virtual void inspectElementAt(const WebPoint&) = 0;
virtual void setProcessId(long) = 0;
+ virtual void setLayerTreeId(int) = 0;
virtual void didBeginFrame() = 0;
virtual void didCancelFrame() = 0;
virtual void willComposite() = 0;
virtual void didComposite() = 0;
-
+
// Exposed for TestRunner.
virtual void evaluateInWebInspector(long callId, const WebString& script) = 0;

Powered by Google App Engine
This is Rietveld 408576698