| 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 ff70f15ef298f1c7b7af2c2297763d0326f51440..61ae170e1fc0fc7c714de703728f5cb95cd7d02b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -43,7 +43,6 @@
|
| #include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -class SkBitmap;
|
| class SkCanvas;
|
| class SkImage;
|
| class SkMatrix;
|
| @@ -55,7 +54,6 @@ class FloatPoint;
|
| class FloatRect;
|
| class FloatSize;
|
| class GraphicsContext;
|
| -class Length;
|
| class Image;
|
|
|
| class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
|
|