Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h

Issue 2558033002: Loading: move ImageResource and related classes to core/loader/resource (Closed)
Patch Set: rebase and format Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698