Index: Source/core/platform/PlatformInstrumentation.cpp |
diff --git a/Source/core/platform/PlatformInstrumentation.cpp b/Source/core/platform/PlatformInstrumentation.cpp |
index 053d47a204751b90407ee784d35fec91dd3e74e0..06e022e0cc6e1837dee23ac74ebb9eb85f1ddd4f 100644 |
--- a/Source/core/platform/PlatformInstrumentation.cpp |
+++ b/Source/core/platform/PlatformInstrumentation.cpp |
@@ -42,6 +42,9 @@ const char PlatformInstrumentation::DrawLazyPixelRefEvent[] = "Draw LazyPixelRef |
const char PlatformInstrumentation::LazyPixelRef[] = "LazyPixelRef"; |
+const char PlatformInstrumentation::GpuTask[] = "GpuTask"; |
+const char PlatformInstrumentation::GpuTaskRendererPid[] = "renderer_pid"; |
yurys
2013/10/31 15:06:52
Please be consistent with the event naming style a
alph
2013/10/31 16:58:00
Done. rendererPid
|
+ |
const char PlatformInstrumentation::ImageTypeArgument[] = "imageType"; |
const char PlatformInstrumentation::CachedArgument[] = "cached"; |