| Index: content/browser/renderer_host/render_widget_host_view.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view.h b/content/browser/renderer_host/render_widget_host_view.h
|
| index a3f70310dab2e6e874c4efbe9fed3d18ba424fad..d8db38aaccd7d86be333a7753deb2f4d2f4bbbf8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view.h
|
| @@ -96,6 +96,10 @@ class RenderWidgetHostView {
|
| // Tells the View to size itself to the specified size.
|
| virtual void SetSize(const gfx::Size& size) = 0;
|
|
|
| + // Tells the View to size and move itself to the specified size and point in
|
| + // screen space.
|
| + virtual void SetBounds(const gfx::Rect& rect) = 0;
|
| +
|
| // Retrieves the native view used to contain plugins and identify the
|
| // renderer in IPC messages.
|
| virtual gfx::NativeView GetNativeView() = 0;
|
|
|