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

Unified Diff: Source/core/platform/PlatformInstrumentation.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/platform/PlatformInstrumentation.cpp
diff --git a/Source/core/platform/PlatformInstrumentation.cpp b/Source/core/platform/PlatformInstrumentation.cpp
index ce1202bdc2ea62a628e14f13c6ebbd95f9ac5359..6de4d56d1710e748b3cd0a4f2d3692c16cce5f99 100644
--- a/Source/core/platform/PlatformInstrumentation.cpp
+++ b/Source/core/platform/PlatformInstrumentation.cpp
@@ -38,6 +38,7 @@ const char PlatformInstrumentation::CategoryName[] = "webkit";
const char PlatformInstrumentation::ImageDecodeEvent[] = "Decode Image";
const char PlatformInstrumentation::ImageResizeEvent[] = "Resize Image";
+const char PlatformInstrumentation::RasterizeCanvasEvent[] = "Rasterize Canvas";
const char PlatformInstrumentation::ImageTypeArgument[] = "imageType";
const char PlatformInstrumentation::CachedArgument[] = "cached";

Powered by Google App Engine
This is Rietveld 408576698