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

Unified Diff: runtime/embedders/openglui/common/vm_glue.h

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 | « runtime/embedders/openglui/common/image_cache.cc ('k') | runtime/embedders/openglui/common/vm_glue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/embedders/openglui/common/vm_glue.h
===================================================================
--- runtime/embedders/openglui/common/vm_glue.h (revision 20700)
+++ runtime/embedders/openglui/common/vm_glue.h (working copy)
@@ -16,7 +16,8 @@
explicit VMGlue(ISized* surface,
const char* script_path,
const char* extension_script = NULL,
- const char* main_script = NULL);
+ const char* main_script = NULL,
+ int setup_flag = 0);
~VMGlue() {
delete[] main_script_;
delete[] extension_script_;
@@ -70,6 +71,7 @@
char* main_script_;
float x_, y_, z_; // Last values from accelerometer.
bool accelerometer_changed_;
+ int setup_flag_;
};
#endif // EMBEDDERS_OPENGLUI_COMMON_VM_GLUE_H_
« no previous file with comments | « runtime/embedders/openglui/common/image_cache.cc ('k') | runtime/embedders/openglui/common/vm_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698