| Index: third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| index 680aa0b3f5153c17d9d658140d207f20d4a6f7f3..cab87e062e2f079ec83feb0d491f36dee0c8b42b 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| @@ -28,11 +28,13 @@
|
| #define CanvasImageSource_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "platform/geometry/FloatSize.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
| +class FloatRect;
|
| class Image;
|
| class SecurityOrigin;
|
|
|
|
|