Chromium Code Reviews| 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 1770b24a91b5657ebf429485ba2d7677d34fdd3c..d6eabac367d63bbbc2264c0aecf322d28daf1860 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" |
|
f(malita)
2016/04/28 14:06:46
Can't we also forward-declare SkSurface?
|
| #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 { |