| 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 010c1a13115d740da0c77f7f3ed1ec4484168878..2c8cdce38dd83b6960aaad71a2a3aeaaf1b2ab38 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"
|
|
|