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

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

Issue 680053002: Fixup references to the js files from the HTML files in SkV8Example. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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/compare/gears.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkV8Example/compare/snow.html
diff --git a/experimental/SkV8Example/compare/snow.html b/experimental/SkV8Example/compare/snow.html
index cc5ad0cb75b4a32deb0ba39d9791b78b36784daa..9c72e909a1303ffd85bd1520a02045d2e88328ec 100644
--- a/experimental/SkV8Example/compare/snow.html
+++ b/experimental/SkV8Example/compare/snow.html
@@ -6,6 +6,6 @@
</head>
<body>
<canvas id=snow width=500 height=500>
- <script src="../snow.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../js/snow.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
« no previous file with comments | « experimental/SkV8Example/compare/gears.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698