| Index: content/renderer/pepper/pepper_plugin_instance_impl.h | 
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h | 
| index 1f21842a6d66d3153e40e7fd2ee1610ab1d9e87c..361d350182a02fcab72a2db85a0b8a0b528b362b 100644 | 
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h | 
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h | 
| @@ -542,7 +542,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl | 
| void OnDestruct() override; | 
|  | 
| // PluginInstanceThrottler::Observer | 
| -  void OnThrottleStateChange() override; | 
| +  void OnPowerSaverStateChange( | 
| +      PluginInstanceThrottler::PowerSaverState state) override; | 
|  | 
| void AddLatencyInfo(const std::vector<ui::LatencyInfo>& latency_info); | 
|  | 
|  |