| 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";
|
|
|