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

Unified Diff: core/cross/client_info.cc

Issue 6538102: Add support for runtime fall-back from o3d to o2d. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 9 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 | « core/cross/client_info.h ('k') | core/cross/gl/renderer_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/client_info.cc
===================================================================
--- core/cross/client_info.cc (revision 75475)
+++ core/cross/client_info.cc (working copy)
@@ -47,6 +47,7 @@
buffer_memory_used_(0),
software_renderer_(false),
non_power_of_two_textures_(false),
+ render_2d_(false),
version_(O3D_PLUGIN_VERSION) {
}
« no previous file with comments | « core/cross/client_info.h ('k') | core/cross/gl/renderer_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698