| Index: content/renderer/pepper/plugin_instance_throttler_impl.h
|
| diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.h b/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| index abecf5db21e9b524806705d054433851f5500324..8d6568b89738b635074101a12b63f8c77c3edb90 100644
|
| --- a/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| +++ b/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| @@ -109,7 +109,7 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl
|
| // Video plugins with throttled audio often stop generating frames.
|
| // This timer is so we don't wait forever for candidate poster frames.
|
| bool audio_throttled_;
|
| - base::DelayTimer<PluginInstanceThrottlerImpl> audio_throttled_frame_timeout_;
|
| + base::DelayTimer audio_throttled_frame_timeout_;
|
|
|
| base::ObserverList<Observer> observer_list_;
|
|
|
|
|