| 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 feed47c35dedce0da54d556d79117a0da4f51385..471aefd1f0a611883e97bd95e068a06dd703c2ef 100644
|
| --- a/components/plugins/renderer/loadable_plugin_placeholder.h
|
| +++ b/components/plugins/renderer/loadable_plugin_placeholder.h
|
| @@ -123,6 +123,9 @@ class LoadablePluginPlaceholder : public PluginPlaceholderBase {
|
| gfx::Rect unobscured_rect_;
|
| base::OneShotTimer size_update_timer_;
|
|
|
| + // 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);
|
|
|