| Index: third_party/WebKit/Source/platform/graphics/Image.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.cpp b/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| index b7981e94fe6eff73714cced7e2b5d5fd23b23721..ec88992585c597001a08ff8ae1cd6591daf67c84 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| @@ -27,7 +27,6 @@
|
| #include "platform/graphics/Image.h"
|
|
|
| #include "platform/Length.h"
|
| -#include "platform/PlatformInstrumentation.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| @@ -38,6 +37,7 @@
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/PaintRecorder.h"
|
| #include "platform/graphics/paint/PaintShader.h"
|
| +#include "platform/instrumentation/PlatformInstrumentation.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/network/mime/MIMETypeRegistry.h"
|
| #include "public/platform/Platform.h"
|
|
|