| Index: components/plugins/renderer/loadable_plugin_placeholder.h
|
| diff --git a/components/plugins/renderer/loadable_plugin_placeholder.h b/components/plugins/renderer/loadable_plugin_placeholder.h
|
| index 0d7d8d961ffbdff44f693f174361f3eb3fc4106a..ea52ae9e5d68ab9b1e4418d250b90edc6828163d 100644
|
| --- a/components/plugins/renderer/loadable_plugin_placeholder.h
|
| +++ b/components/plugins/renderer/loadable_plugin_placeholder.h
|
| @@ -82,6 +82,9 @@ class LoadablePluginPlaceholder : public PluginPlaceholderBase {
|
| void DidFinishLoadingCallback();
|
| void DidFinishIconRepositionForTestingCallback();
|
|
|
| + // True if the power saver heuristic has already been run on this content.
|
| + bool heuristic_run_before_;
|
| +
|
| private:
|
| // WebViewPlugin::Delegate methods:
|
| void PluginDestroyed() override;
|
| @@ -135,9 +138,6 @@ class LoadablePluginPlaceholder : public PluginPlaceholderBase {
|
|
|
| gfx::Rect unobscured_rect_;
|
|
|
| - // True if the power saver heuristic has already been run on this content.
|
| - bool heuristic_run_before_;
|
| -
|
| base::WeakPtrFactory<LoadablePluginPlaceholder> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LoadablePluginPlaceholder);
|
|
|