| Index: third_party/WebKit/Source/core/html/canvas/CanvasDrawListener.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasDrawListener.h b/third_party/WebKit/Source/core/html/canvas/CanvasDrawListener.h
|
| index 1fd851f1a885a12963ae7b4bf6b2d5734530e65d..b03a04d211830e54efba7e4f3d02429abdb19897 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasDrawListener.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasDrawListener.h
|
| @@ -8,9 +8,10 @@
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebCanvasCaptureHandler.h"
|
| -#include "third_party/skia/include/core/SkImage.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| +class SkImage;
|
| +
|
| namespace blink {
|
|
|
| class CORE_EXPORT CanvasDrawListener : public GarbageCollectedMixin {
|
|
|