| 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 7a470ffa593eefb4b94990e23a484822cf22fd14..7fbdeb1803283614ab61ff5042d3f11799b1fb50 100644
|
| --- a/gpu/command_buffer/service/texture_manager.h
|
| +++ b/gpu/command_buffer/service/texture_manager.h
|
| @@ -649,7 +649,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(
|
|
|