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

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

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 | « runtime/embedders/openglui/common/vm_glue.h ('k') | samples/openglui/android/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/embedders/openglui/common/vm_glue.cc
===================================================================
--- runtime/embedders/openglui/common/vm_glue.cc (revision 19440)
+++ runtime/embedders/openglui/common/vm_glue.cc (working copy)
@@ -16,6 +16,7 @@
#include "include/dart_api.h"
char* VMGlue::extension_script_ = NULL;
+bool VMGlue::initialized_vm_ = false;
// snapshot_buffer points to a snapshot if we link in a snapshot otherwise
// it is initialized to NULL.
@@ -26,7 +27,6 @@
const char* main_script)
: surface_(surface),
isolate_(NULL),
- initialized_vm_(false),
initialized_script_(false) {
LOGI("Creating VMGlue");
if (main_script == NULL) {
« no previous file with comments | « runtime/embedders/openglui/common/vm_glue.h ('k') | samples/openglui/android/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698