| 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 13fe1aef803e9909b4865c82363070f58921b99b..dd98ccb69f49cdc9c61299ca7f23bcab3aa699e8 100644
|
| --- a/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| +++ b/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/timer/timer.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/renderer/plugin_instance_throttler.h"
|
| +#include "content/renderer/pepper/pepper_webplugin_impl.h"
|
| #include "ppapi/shared_impl/ppb_view_shared.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/gfx/geometry/size.h"
|
| @@ -39,7 +40,7 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl
|
| bool IsHiddenForPlaceholder() const override;
|
| void MarkPluginEssential(PowerSaverUnthrottleMethod method) override;
|
| void SetHiddenForPlaceholder(bool hidden) override;
|
| - blink::WebPlugin* GetWebPlugin() const override;
|
| + PepperWebPluginImpl* GetWebPlugin() const override;
|
| const gfx::Size& GetSize() const override;
|
| void NotifyAudioThrottled() override;
|
|
|
| @@ -101,9 +102,6 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl
|
| // Number of frames we've examined to find a keyframe.
|
| int frames_examined_;
|
|
|
| - // Plugin module name as of initialization.
|
| - std::string plugin_module_name_;
|
| -
|
| // Plugin's unobscured dimensions as of initialization.
|
| gfx::Size unobscured_size_;
|
|
|
|
|