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

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

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index b2bdb440422a447356ff9430777458b645b5ccdc..38011bfd763178cc4b66cf2ba0d04ffae5151d4b 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -305,10 +305,10 @@ interface InspectorInstrumentation {
[Page]
void frameAttachedToParent([Keep] LocalFrame*);
- [Canvas, Page]
+ [Page]
void frameDetachedFromParent([Keep] LocalFrame*);
- [Resource, DOM, Canvas, Page]
+ [Resource, DOM, Page]
void didCommitLoad([Keep] LocalFrame*, DocumentLoader*);
[DOM, Inline=FastReturn]
@@ -458,15 +458,3 @@ interface InspectorOverrides {
[Resource, Inline=FastReturn]
bool shouldForceCORSPreflight(Document*);
}
-
-
-interface InspectorCanvasInstrumentation {
-
-#include "bindings/core/v8/ScriptValue.h"
-
- [Canvas]
- ScriptValue wrapCanvas2DRenderingContextForInstrumentation(Document*, const ScriptValue&);
-
- [Canvas]
- ScriptValue wrapWebGLRenderingContextForInstrumentation(Document*, const ScriptValue&);
-}
« no previous file with comments | « Source/core/inspector/InspectorInstrumentation.cpp ('k') | Source/core/inspector/InspectorInstrumentationCustomInl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698