| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 48583124b13203b18dae02c3406d6234112b8815..2ecbba20480ba09e7725214639e86ade5af87500 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -907,6 +907,10 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| std::unique_ptr<device::PowerSaveBlocker> power_save_blocker_;
|
| #endif
|
|
|
| + cc::LocalSurfaceId last_local_surface_id_;
|
| + gfx::Size last_frame_size_;
|
| + float last_device_scale_factor_;
|
| +
|
| base::WeakPtrFactory<RenderWidgetHostImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostImpl);
|
|
|