Chromium Code Reviews| Index: chrome/browser/renderer_host/render_widget_host_view.h |
| diff --git a/chrome/browser/renderer_host/render_widget_host_view.h b/chrome/browser/renderer_host/render_widget_host_view.h |
| index 8da1419fa22353ce0fadb7eaf5f91ec784ed408c..3c9d17d91de522da4a7f7e7147c09ab64c59f676 100644 |
| --- a/chrome/browser/renderer_host/render_widget_host_view.h |
| +++ b/chrome/browser/renderer_host/render_widget_host_view.h |
| @@ -96,6 +96,9 @@ class RenderWidgetHostView { |
| // Tells the View to size itself to the specified size. |
| virtual void SetSize(const gfx::Size& size) = 0; |
| + // Tells the View to move itself to the specified point. |
| + virtual void MoveTo(const gfx::Point& origin) = 0; |
|
Ben Goodger (Google)
2011/02/01 17:57:24
How about replacing both of these methods with
vi
|
| + |
| // Retrieves the native view used to contain plugins and identify the |
| // renderer in IPC messages. |
| virtual gfx::NativeView GetNativeView() = 0; |