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

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

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.cpp
diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp
index d05984a3b29cb7e861144978aef63589d973ecd1..2fb2a4853b6c9601fa73d4a7a2b6bc0b33184abd 100644
--- a/Source/core/inspector/InspectorInstrumentation.cpp
+++ b/Source/core/inspector/InspectorInstrumentation.cpp
@@ -236,12 +236,14 @@ const char ImageDecodeTask[] = "ImageDecodeTask";
const char Paint[] = "Paint";
const char Layer[] = "Layer";
const char BeginFrame[] = "BeginFrame";
+const char UpdateLayer[] = "UpdateLayer";
};
namespace InstrumentationEventArguments {
const char LayerId[] = "layerId";
-const char PageId[] = "pageId";
+const char LayerTreeId[] = "layerTreeId";
const char NodeId[] = "nodeId";
+const char PageId[] = "pageId";
};
InstrumentingAgents* instrumentationForPage(Page* page)

Powered by Google App Engine
This is Rietveld 408576698