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

Unified Diff: gpu/gles2_conform_support/egl/config.cc

Issue 415773009: Re-enable various MSVC warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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 | « device/bluetooth/bluetooth_service_record_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/config.cc
diff --git a/gpu/gles2_conform_support/egl/config.cc b/gpu/gles2_conform_support/egl/config.cc
index 6c914be905a340d258bb191eae8c6e4b41b304fe..d6ce3072c982e5f01c9194d6f1dcc9f21622e042 100644
--- a/gpu/gles2_conform_support/egl/config.cc
+++ b/gpu/gles2_conform_support/egl/config.cc
@@ -14,10 +14,10 @@ Config::Config()
luminance_size_(0),
alpha_size_(0),
alpha_mask_size_(0),
- bind_to_texture_rgb_(EGL_DONT_CARE),
- bind_to_texture_rgba_(EGL_DONT_CARE),
+ bind_to_texture_rgb_(EGL_FALSE),
+ bind_to_texture_rgba_(EGL_FALSE),
color_buffer_type_(EGL_RGB_BUFFER),
- config_caveat_(EGL_DONT_CARE),
+ config_caveat_(EGL_NONE),
config_id_(EGL_DONT_CARE),
conformant_(EGL_OPENGL_ES2_BIT),
depth_size_(0),
@@ -27,7 +27,7 @@ Config::Config()
max_pbuffer_pixels_(0),
min_swap_interval_(EGL_DONT_CARE),
max_swap_interval_(EGL_DONT_CARE),
- native_renderable_(EGL_DONT_CARE),
+ native_renderable_(EGL_TRUE),
native_visual_id_(0),
native_visual_type_(EGL_DONT_CARE),
renderable_type_(EGL_OPENGL_ES2_BIT),
« no previous file with comments | « device/bluetooth/bluetooth_service_record_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698