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

Unified Diff: experimental/SkV8Example/compare/gears.html

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 | « experimental/SkV8Example/SkV8Example.cpp ('k') | experimental/SkV8Example/compare/gears.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkV8Example/compare/gears.html
diff --git a/experimental/SkV8Example/compare/gears.html b/experimental/SkV8Example/compare/gears.html
index b59664a8a12de2cc4f8db4d8d7e3931a8fa29036..a53789c9dc64894f332ab7ab92b8b9973817f14a 100644
--- a/experimental/SkV8Example/compare/gears.html
+++ b/experimental/SkV8Example/compare/gears.html
@@ -5,7 +5,7 @@
<meta charset="utf-8" />
</head>
<body>
- <canvas id=gears width=500 height=400>
- <script src="gears.js" type="text/javascript" charset="utf-8"></script>
+ <canvas id=gears width=500 height=500>
+ <script src="../gears.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
« no previous file with comments | « experimental/SkV8Example/SkV8Example.cpp ('k') | experimental/SkV8Example/compare/gears.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698