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

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

Issue 527193002: Support CanvasPattern.setTransform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: putting under a runtime flag Created 6 years, 3 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 95f6c4a69b107c788e9759aa93af8673d77ab565..faff5ea2378020c878ff3cc8b5186b102ee56f3f 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 "core/svg/SVGMatrixTearOff.h"
#include "platform/graphics/Pattern.h"
#include "wtf/Forward.h"
#include "wtf/PassRefPtr.h"
@@ -54,6 +55,8 @@ public:
void trace(Visitor*) { }
+ void setTransform(SVGMatrixTearOff*);
+
private:
CanvasPattern(PassRefPtr<Image>, Pattern::RepeatMode, bool originClean);
« no previous file with comments | « LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html ('k') | Source/core/html/canvas/CanvasPattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698