Chromium Code Reviews| 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 bc5114e45b7ba1d7a79d534fffc75f673401f743..0308d0dd1c6188dcdf7038772f7838ee78688015 100644 |
| --- a/components/plugins/renderer/loadable_plugin_placeholder.h |
| +++ b/components/plugins/renderer/loadable_plugin_placeholder.h |
| @@ -123,7 +123,6 @@ class LoadablePluginPlaceholder : public PluginPlaceholderBase { |
| // Used to prevent re-entrancy during the size recheck for throttled plugins. |
| bool in_size_recheck_; |
| gfx::Rect unobscured_rect_; |
| - base::OneShotTimer size_update_timer_; |
|
tommycli
2016/03/04 18:32:09
LoadablePluginPlaceholder should have this patch r
|
| // True if the power saver heuristic has already been run on this content. |
| bool heuristic_run_before_; |