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

Unified Diff: samples/openglui/web/flashingbox_driver.dart

Issue 13345002: Cleaned up OpenGLUI samples and added Blasteroids. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 | « samples/openglui/web/blasteroids_driver.dart ('k') | samples/openglui/web/gl_driver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/openglui/web/flashingbox_driver.dart
===================================================================
--- samples/openglui/web/flashingbox_driver.dart (revision 20700)
+++ samples/openglui/web/flashingbox_driver.dart (working copy)
@@ -5,4 +5,4 @@
import 'gl_driver.dart';
import '../src/flashingbox.dart';
-main() => glMain(setup, resize, draw);
+main() => glMain(setup, resize);
« no previous file with comments | « samples/openglui/web/blasteroids_driver.dart ('k') | samples/openglui/web/gl_driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698