| Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| index 7b3aea663793149ebb8efd8726b5e07acab9e57d..6c768b4bae7d8ec0a06bd7d0cc7c8071831ec887 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| @@ -40,7 +40,8 @@
|
| #include "core/imagebitmap/ImageBitmapOptions.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/geometry/IntRect.h"
|
| -#include "third_party/skia/include/core/SkImage.h"
|
| +
|
| +class SkImage;
|
|
|
| namespace blink {
|
|
|
|
|