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

Unified Diff: gpu/command_buffer/tests/gl_native_gmb_backbuffer_unittest.cc

Issue 2105153002: Fix initialization ordering in GLES2CmdDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: gpu/command_buffer/tests/gl_native_gmb_backbuffer_unittest.cc
diff --git a/gpu/command_buffer/tests/gl_native_gmb_backbuffer_unittest.cc b/gpu/command_buffer/tests/gl_native_gmb_backbuffer_unittest.cc
index 0e7738842558c4d479c1dd83f8db1024bdbf7c52..4856d3205f002e6b0579246e9b778d6a19ea8919 100644
--- a/gpu/command_buffer/tests/gl_native_gmb_backbuffer_unittest.cc
+++ b/gpu/command_buffer/tests/gl_native_gmb_backbuffer_unittest.cc
@@ -44,7 +44,6 @@ TEST_F(GLNativeGMBTest, TestNativeGMBBackbufferWithDifferentConfigurations) {
options.image_factory = &image_factory_;
options.multisampled = msaa == 1;
options.backbuffer_alpha = has_alpha == 1;
- options.enable_arb_texture_rectangle = true;
GLManager gl;
gl.Initialize(options);
« gpu/command_buffer/service/gles2_cmd_decoder.cc ('K') | « gpu/command_buffer/tests/gl_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698