| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 320bf66f7781dbff8889127cd7f9bed1b0c5094c..04a4bd1ebfd059b4f14907724d9cfc6852ad980e 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -335,7 +335,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| aura::Window* lost_focus) OVERRIDE;
|
|
|
| // Overridden from aura::RootWindowObserver:
|
| - virtual void OnRootWindowHostMoved(const aura::RootWindow* root,
|
| + virtual void OnWindowTreeHostMoved(const aura::RootWindow* root,
|
| const gfx::Point& new_origin) OVERRIDE;
|
|
|
| // SoftwareFrameManagerClient implementation:
|
|
|