Index: Source/core/html/canvas/CanvasPathMethods.h |
diff --git a/Source/core/html/canvas/CanvasPathMethods.h b/Source/core/html/canvas/CanvasPathMethods.h |
index 100f95cf0551cc128f80c17d162bb52be113ebfc..2f0160ea1bfa01295941fb51c547dfa9fb7094a2 100644 |
--- a/Source/core/html/canvas/CanvasPathMethods.h |
+++ b/Source/core/html/canvas/CanvasPathMethods.h |
@@ -54,6 +54,7 @@ public: |
protected: |
CanvasPathMethods() { } |
+ CanvasPathMethods(const Path& path) : m_path(path) { } |
Path m_path; |
}; |
} |