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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl

Issue 2687623002: DevTools: Support breakpoints on canvas context creation (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index b463a8b87dd26e9914c87d1804994ee1b317a508..255196cd35a985e137fddd8ba35c395024514604 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -126,6 +126,9 @@ class XMLHttpRequest;
void willSendXMLHttpOrFetchNetworkRequest(ExecutionContext*, const String& url);
[DOMDebugger]
+ void didCreateCanvasContext(Document*);
+
+ [DOMDebugger]
void didFireWebGLError(Element*, const String& errorName);
[DOMDebugger]

Powered by Google App Engine
This is Rietveld 408576698