| Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| index 6e8c92cee9050b963c8cd3deaf8e8ee6fec6e88e..d72f828fefd1c0fbd6d26a938f04c481d82ab8f7 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -2577,9 +2577,7 @@ GLES2DecoderImpl::GLES2DecoderImpl(ContextGroup* group)
|
| : false),
|
| viewport_max_width_(0),
|
| viewport_max_height_(0),
|
| - texture_state_(group_->feature_info()
|
| - ->workarounds()
|
| - .texsubimage_faster_than_teximage),
|
| + texture_state_(group_->feature_info()->workarounds()),
|
| cb_command_trace_category_(TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(
|
| TRACE_DISABLED_BY_DEFAULT("cb_command"))),
|
| gpu_decoder_category_(TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(
|
|
|