| Index: content/browser/renderer_host/render_widget_host_view_win.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_win.cc b/content/browser/renderer_host/render_widget_host_view_win.cc
|
| index 961010dc78651c0c71c39116adc4c3c6a9f4edfd..ce95c7b48166ae27ed5883278b8fe32aba34abca 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_win.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_win.cc
|
| @@ -637,7 +637,7 @@ RenderWidgetHostViewWin::GetNativeViewAccessible() {
|
| }
|
|
|
| void RenderWidgetHostViewWin::MovePluginWindows(
|
| - const gfx::Point& scroll_offset,
|
| + const gfx::Vector2d& scroll_offset,
|
| const std::vector<webkit::npapi::WebPluginGeometry>& plugin_window_moves) {
|
| MovePluginWindowsHelper(m_hWnd, plugin_window_moves);
|
| }
|
|
|