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 d88c40e698d8b2463c6ea13d60db67e80e6fa935..767a7ca75f8e5306bedcff7f8eb66dd74f1a6642 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
@@ -1877,7 +1877,7 @@ |
return feature_info_->feature_flags(); |
} |
- const GpuDriverBugWorkarounds& workarounds() const { |
+ const FeatureInfo::Workarounds& workarounds() const { |
return feature_info_->workarounds(); |
} |
@@ -12951,7 +12951,7 @@ |
*static_cast<const gles2::cmds::GetRequestableExtensionsCHROMIUM*>( |
cmd_data); |
Bucket* bucket = CreateBucket(c.bucket_id); |
- scoped_refptr<FeatureInfo> info(new FeatureInfo(workarounds())); |
+ scoped_refptr<FeatureInfo> info(new FeatureInfo()); |
DisallowedFeatures disallowed_features = feature_info_->disallowed_features(); |
disallowed_features.AllowExtensions(); |
info->Initialize(feature_info_->context_type(), disallowed_features); |