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

Unified Diff: experimental/SkV8Example/Path.h

Issue 132413002: Just use one version of the scripts in both the browser and in SkV8. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: merge Created 6 years, 11 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
« no previous file with comments | « no previous file | experimental/SkV8Example/Path.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | experimental/SkV8Example/Path.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698