| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index 412b355d820997d9cfa4a9079f2ce62557d6d8ca..9bbd010949fd43a5af9de31f28dd684f3ebb44d5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -34,7 +34,6 @@
|
| #include "platform/graphics/ImageAnimationPolicy.h"
|
| #include "platform/graphics/ImageObserver.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| -#include "third_party/skia/include/core/SkCanvas.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -43,6 +42,7 @@
|
| #include "wtf/text/WTFString.h"
|
|
|
| class SkBitmap;
|
| +class SkCanvas;
|
| class SkImage;
|
|
|
| namespace blink {
|
|
|