| Index: content/port/browser/render_widget_host_view_port.h
|
| ===================================================================
|
| --- content/port/browser/render_widget_host_view_port.h (revision 156019)
|
| +++ content/port/browser/render_widget_host_view_port.h (working copy)
|
| @@ -73,7 +73,9 @@
|
| virtual void WasHidden() = 0;
|
|
|
| // Moves all plugin windows as described in the given list.
|
| + // |scroll_offset| is the scroll offset of the render view.
|
| virtual void MovePluginWindows(
|
| + const gfx::Point& scroll_offset,
|
| const std::vector<webkit::npapi::WebPluginGeometry>& moves) = 0;
|
|
|
| // Take focus from the associated View component.
|
|
|