Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
index 0a31a6df566ea682daa541a835a985eb8f88b7d1..3b81ddf3bf1588a4869f8d0306676967fb917c89 100644 |
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
@@ -232,8 +232,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura |
void OnHostCloseRequested(const aura::WindowTreeHost* host) override; |
void OnHostResized(const aura::WindowTreeHost* host) override; |
void OnHostWorkspaceChanged(const aura::WindowTreeHost* host) override; |
- void OnHostMoved(const aura::WindowTreeHost* host, |
- const gfx::Point& new_origin) override; |
+ void OnHostMovedInPixels(const aura::WindowTreeHost* host, |
+ const gfx::Point& new_origin_in_pixels) override; |
private: |
friend class RootWindowDestructionObserver; |