| 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 ec88992585c597001a08ff8ae1cd6591daf67c84..d36dfd347536693e3ec6f22f4bc07a0ebfa5b336 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| @@ -40,10 +40,10 @@
|
| #include "platform/instrumentation/PlatformInstrumentation.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/network/mime/MIMETypeRegistry.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebData.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
| -#include "wtf/StdLibExtras.h"
|
|
|
| #include <math.h>
|
| #include <tuple>
|
|
|