Index: experimental/SkV8Example/Path.h |
diff --git a/experimental/SkV8Example/Path.h b/experimental/SkV8Example/Path.h |
index 3c21c9c0f4c93e3fc8e2908ef8032464a27f114d..370f168a2e8bd9707b4a3b78fccbc54cdd5008bf 100644 |
--- a/experimental/SkV8Example/Path.h |
+++ b/experimental/SkV8Example/Path.h |
@@ -40,6 +40,7 @@ public: |
static void Arc(const v8::FunctionCallbackInfo<v8::Value>& args); |
static void Rect(const v8::FunctionCallbackInfo<v8::Value>& args); |
static void Oval(const v8::FunctionCallbackInfo<v8::Value>& args); |
+ static void ConicTo(const v8::FunctionCallbackInfo<v8::Value>& args); |
private: |
SkPath fSkPath; |