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

Unified Diff: Source/core/html/canvas/CanvasPattern.h

Issue 453653003: [SVG] DisplayList-based patterns. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 9 tests marked for rebaseline Created 6 years, 4 months 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: Source/core/html/canvas/CanvasPattern.h
diff --git a/Source/core/html/canvas/CanvasPattern.h b/Source/core/html/canvas/CanvasPattern.h
index d81ce187042403327eb64609ea9b936df95892c2..42d25067c00bb8ab4fb0a2dee7a7a08c07f50591 100644
--- a/Source/core/html/canvas/CanvasPattern.h
+++ b/Source/core/html/canvas/CanvasPattern.h
@@ -27,6 +27,7 @@
#define CanvasPattern_h
#include "bindings/core/v8/ScriptWrappable.h"
+#include "platform/graphics/Image.h"
#include "platform/graphics/Pattern.h"
#include "wtf/Forward.h"
#include "wtf/PassRefPtr.h"
@@ -35,7 +36,6 @@
namespace blink {
class ExceptionState;
-class Image;
class CanvasPattern FINAL : public RefCountedWillBeGarbageCollectedFinalized<CanvasPattern>, public ScriptWrappable {
public:

Powered by Google App Engine
This is Rietveld 408576698