| Index: experimental/SkV8Example/Path.h
|
| diff --git a/experimental/SkV8Example/Path.h b/experimental/SkV8Example/Path.h
|
| index 0c697700cd2622a9b819ac0838cda731d8e80ec2..3c21c9c0f4c93e3fc8e2908ef8032464a27f114d 100644
|
| --- a/experimental/SkV8Example/Path.h
|
| +++ b/experimental/SkV8Example/Path.h
|
| @@ -39,6 +39,7 @@ public:
|
| static void BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| 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);
|
| private:
|
| SkPath fSkPath;
|
|
|
|
|