| 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 8d6568b89738b635074101a12b63f8c77c3edb90..991591c7d55781e113a715a68fd5e1cb83cd9424 100644
|
| --- a/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| +++ b/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| @@ -33,7 +33,8 @@ class RenderFrameImpl;
|
| class CONTENT_EXPORT PluginInstanceThrottlerImpl
|
| : public PluginInstanceThrottler {
|
| public:
|
| - PluginInstanceThrottlerImpl();
|
| + explicit PluginInstanceThrottlerImpl(
|
| + RenderFrame::RecordPeripheralDecision record_decision);
|
|
|
| ~PluginInstanceThrottlerImpl() override;
|
|
|
| @@ -90,6 +91,8 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl
|
| void AudioThrottledFrameTimeout();
|
| void EngageThrottle();
|
|
|
| + RenderFrame::RecordPeripheralDecision record_decision_;
|
| +
|
| ThrottlerState state_;
|
|
|
| bool is_hidden_for_placeholder_;
|
|
|