Index: ui/views/mus/native_widget_mus.h |
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h |
index 92a4cbd8f92c9f5b932a51f499db99c446dc98c3..27eb1e644f9deb80f194649dc8b88a7961d8d27e 100644 |
--- a/ui/views/mus/native_widget_mus.h |
+++ b/ui/views/mus/native_widget_mus.h |
@@ -225,8 +225,8 @@ class VIEWS_MUS_EXPORT NativeWidgetMus |
// Overridden from aura::WindowTreeHostObserver: |
void OnHostResized(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; |
void OnHostCloseRequested(const aura::WindowTreeHost* host) override; |
// Overridden from aura::client::DragDropDelegate: |