| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index 3189f944f67c53585eff1b3191c2391ff87c9862..9f1450bd11da932e1d8fa2e09030ce9d115bbfb8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -193,7 +193,7 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| // Perform all the initialization steps necessary for this object to represent
|
| // a popup (such as a <select> dropdown), then shows the popup at |pos|.
|
| virtual void InitAsPopup(RenderWidgetHostView* parent_host_view,
|
| - const gfx::Rect& pos) = 0;
|
| + const gfx::Rect& bounds) = 0;
|
|
|
| // Perform all the initialization steps necessary for this object to represent
|
| // a full screen window.
|
|
|