| 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 9152d39301f665a82da83d1ba4f1c0e667c5226c..2485146677adff6954f45c6546ebc696ad37ed64 100644
|
| --- a/gpu/command_buffer/service/texture_manager.h
|
| +++ b/gpu/command_buffer/service/texture_manager.h
|
| @@ -638,7 +638,7 @@
|
| struct DecoderTextureState {
|
| // total_texture_upload_time automatically initialized to 0 in default
|
| // constructor.
|
| - explicit DecoderTextureState(const GpuDriverBugWorkarounds& workarounds)
|
| + explicit DecoderTextureState(const FeatureInfo::Workarounds& workarounds)
|
| : tex_image_failed(false),
|
| texture_upload_count(0),
|
| texsubimage_faster_than_teximage(
|
|
|