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

Unified Diff: Source/core/inspector/InspectorInstrumentation.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: Source/core/inspector/InspectorInstrumentation.h
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
index bd13337fc65fc1c9a7e02fe83a927f1d43f6dc67..e23f6abbd37539958ca2b3e10b6f7c984bc5dea1 100644
--- a/Source/core/inspector/InspectorInstrumentation.h
+++ b/Source/core/inspector/InspectorInstrumentation.h
@@ -157,12 +157,14 @@ extern const char ImageDecodeTask[];
extern const char Paint[];
extern const char Layer[];
extern const char BeginFrame[];
+extern const char UpdateLayer[];
};
namespace InstrumentationEventArguments {
extern const char LayerId[];
-extern const char PageId[];
+extern const char LayerTreeId[];
extern const char NodeId[];
+extern const char PageId[];
};
namespace InspectorInstrumentation {

Powered by Google App Engine
This is Rietveld 408576698