| 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..609792fab5b6a89cd1032c03a5e9d3c996ec05ae 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -544,6 +544,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| // PluginInstanceThrottler::Observer
|
| void OnThrottleStateChange() override;
|
|
|
| + void UpdateVisibility(bool visible);
|
| +
|
| void AddLatencyInfo(const std::vector<ui::LatencyInfo>& latency_info);
|
|
|
| private:
|
|
|