| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index a963733a752719d356f85b5303f1232bf7bdac42..28d462da40bbb7197fc6e4f2be507179f89e8730 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -176,7 +176,8 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| int proxy_route_id,
|
| int32_t max_page_id,
|
| const FrameReplicationState& replicated_frame_state,
|
| - bool window_was_created_with_opener);
|
| + bool window_was_created_with_opener,
|
| + double zoom_level);
|
|
|
| base::TerminationStatus render_view_termination_status() const {
|
| return render_view_termination_status_;
|
|
|