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

Side by Side Diff: experimental/SkV8Example/compare/gears.html

Issue 122373003: Add the gears.js demo and all the code changes needed to get it working, including (Closed) Base URL: https://skia.googlesource.com/skia.git@gl
Patch Set: 80 cols 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Gears</title>
5 <meta charset="utf-8" />
6 </head>
7 <body>
8 <canvas id=gears width=500 height=400>
9 <script src="gears.js" type="text/javascript" charset="utf-8"></script>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698