Index: content/browser/frame_host/render_widget_host_view_child_frame.h |
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h |
index e063eb9590126e18465b61913b60d3f08cf4d463..b5504d9433a1a93befccfd9da1618e4feede5b53 100644 |
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h |
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h |
@@ -57,7 +57,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame |
// RenderWidgetHostViewBase implementation. |
void InitAsPopup(RenderWidgetHostView* parent_host_view, |
- const gfx::Rect& pos) override; |
+ const gfx::Rect& bounds) override; |
void InitAsFullscreen(RenderWidgetHostView* reference_host_view) override; |
void MovePluginWindows(const std::vector<WebPluginGeometry>& moves) override; |
void Blur() override; |