| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 0dd0adee365d5f3f51a9e7dc748a27307886d34b..0654fde77ff45ba4de32cb12103e30fe06a78905 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -34,7 +34,7 @@
|
| #include "public/platform/WebExternalTextureMailbox.h"
|
| #include "public/platform/WebThread.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| -#include "third_party/skia/include/core/SkImage.h"
|
| +#include "third_party/skia/include/core/SkSurface.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Deque.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -43,6 +43,8 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/WeakPtr.h"
|
|
|
| +class SkImage;
|
| +struct SkImageInfo;
|
| class SkPictureRecorder;
|
|
|
| namespace gpu {
|
|
|