| Index: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp
|
| index e7e93bf62585fa242e13541dbda58cf166b0f275..32d3a1af819a0500f415c65406baeb8c5b2ac4fa 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp
|
| @@ -26,12 +26,12 @@
|
| #include "platform/graphics/test/FakeGLES2Interface.h"
|
| #include "platform/graphics/test/FakeWebGraphicsContext3DProvider.h"
|
| #include "platform/loader/fetch/MemoryCache.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkColorSpaceXform.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
| #include "third_party/skia/include/core/SkSurface.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| using ::testing::Mock;
|
|
|
|
|