Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index b1e34caf093615323edccf25486fdb917ac6c834..de6143bc25d1b4ffc9acf2762cfb0d2c39f96019 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -27,6 +27,7 @@ |
#include "config.h" |
#include "platform/graphics/GraphicsContext.h" |
+#include "platform/TraceEvent.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/geometry/RoundedRect.h" |
#include "platform/graphics/BitmapImage.h" |
@@ -1817,7 +1818,7 @@ const SkPMColor GraphicsContext::antiColors2(int index) |
void GraphicsContext::didDrawTextInRect(const SkRect& textRect) |
{ |
if (m_trackTextRegion) { |
- TRACE_EVENT0("skia", "PlatformContextSkia::trackTextRegion"); |
+ TRACE_EVENT0("skia", "GraphicsContext::didDrawTextInRect"); |
m_textRegion.join(textRect); |
} |
} |