| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 68ae29963add88bc295bd64171a59951d565f37b..3862da6cb3507d5aef0452e6aea35e8ceb7da6a6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -26,7 +26,6 @@
|
|
|
| #include "platform/graphics/GraphicsContext.h"
|
|
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/FloatRoundedRect.h"
|
| #include "platform/geometry/IntRect.h"
|
| @@ -35,6 +34,7 @@
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/Path.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| +#include "platform/tracing/TraceEvent.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/skia/include/core/SkAnnotation.h"
|
|
|