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

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

Issue 12455012: Fix the handling of screen orientation changes. In these cases almost the entire application is tor… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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 | « no previous file | 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 19440)
+++ runtime/embedders/openglui/common/vm_glue.h (working copy)
@@ -53,9 +53,9 @@
static Dart_Handle LoadSourceFromFile(const char* url);
static void ShutdownIsolate(void* callback_data);
+ static bool initialized_vm_;
ISized* surface_;
Dart_Isolate isolate_;
- bool initialized_vm_;
bool initialized_script_;
char* main_script_;
static char* extension_script_;
« no previous file with comments | « no previous file | runtime/embedders/openglui/common/vm_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698