| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| index 02667f5d4637090047f130758622cccddf28d645..d234255b3d382790ce924e30ee659c249e282e85 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| @@ -36,6 +36,7 @@
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/UnacceleratedImageBufferSurface.h"
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| +#include "platform/graphics/paint/PaintSurface.h"
|
| #include "platform/graphics/test/FakeGLES2Interface.h"
|
| #include "platform/graphics/test/FakeWebGraphicsContext3DProvider.h"
|
| #include "public/platform/Platform.h"
|
| @@ -47,7 +48,6 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h"
|
| -#include "third_party/skia/include/core/SkSurface.h"
|
| #include "third_party/skia/include/gpu/gl/GrGLTypes.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/RefPtr.h"
|
|
|