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

Unified Diff: experimental/SkV8Example/SkV8Example.cpp

Issue 177963005: Rename Path to Path2D (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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 | « experimental/SkV8Example/Path2D.cpp ('k') | experimental/SkV8Example/gears.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkV8Example/SkV8Example.cpp
diff --git a/experimental/SkV8Example/SkV8Example.cpp b/experimental/SkV8Example/SkV8Example.cpp
index 96b52725d5530d351283f0d34aa475789141f1a0..00fa27735126fed867ac215830d5b902006e6448 100644
--- a/experimental/SkV8Example/SkV8Example.cpp
+++ b/experimental/SkV8Example/SkV8Example.cpp
@@ -13,7 +13,7 @@ using namespace v8;
#include "SkV8Example.h"
#include "Global.h"
#include "JsContext.h"
-#include "Path.h"
+#include "Path2D.h"
#include "gl/GrGLUtil.h"
#include "gl/GrGLDefines.h"
@@ -204,7 +204,7 @@ SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv) {
printf("Could not load file: %s.\n", FLAGS_infile[0]);
exit(1);
}
- Path::AddToGlobal(global);
+ Path2D::AddToGlobal(global);
if (!global->parseScript(script)) {
printf("Failed to parse file: %s.\n", FLAGS_infile[0]);
« no previous file with comments | « experimental/SkV8Example/Path2D.cpp ('k') | experimental/SkV8Example/gears.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698