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..189799e96876dd46ba4d83897c6551cf790fe7f0 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 OnHostMovedInPixel(const aura::WindowTreeHost* host, |
+ const gfx::Point& new_origin_in_pixel) override; |
void OnHostCloseRequested(const aura::WindowTreeHost* host) override; |
// Overridden from aura::client::DragDropDelegate: |