Index: gpu/command_buffer/service/texture_manager.h |
diff --git a/gpu/command_buffer/service/texture_manager.h b/gpu/command_buffer/service/texture_manager.h |
index 2485146677adff6954f45c6546ebc696ad37ed64..9152d39301f665a82da83d1ba4f1c0e667c5226c 100644 |
--- a/gpu/command_buffer/service/texture_manager.h |
+++ b/gpu/command_buffer/service/texture_manager.h |
@@ -638,7 +638,7 @@ class GPU_EXPORT TextureRef : public base::RefCounted<TextureRef> { |
struct DecoderTextureState { |
// total_texture_upload_time automatically initialized to 0 in default |
// constructor. |
- explicit DecoderTextureState(const FeatureInfo::Workarounds& workarounds) |
+ explicit DecoderTextureState(const GpuDriverBugWorkarounds& workarounds) |
: tex_image_failed(false), |
texture_upload_count(0), |
texsubimage_faster_than_teximage( |