Index: ui/aura/window_tree_host_observer.h |
diff --git a/ui/aura/window_tree_host_observer.h b/ui/aura/window_tree_host_observer.h |
index 620cc885ade1e11c6451ee806eace01c6ee92b0b..f5c112ad8df4f7685204f38736bd2db95954ec57 100644 |
--- a/ui/aura/window_tree_host_observer.h |
+++ b/ui/aura/window_tree_host_observer.h |
@@ -20,8 +20,8 @@ class AURA_EXPORT WindowTreeHostObserver { |
virtual void OnHostResized(const WindowTreeHost* host) {} |
// Called when the host is moved on screen. |
- virtual void OnHostMoved(const WindowTreeHost* host, |
- const gfx::Point& new_origin) {} |
+ virtual void OnHostMovedInPixels(const WindowTreeHost* host, |
+ const gfx::Point& new_origin_in_pixels) {} |
// Called when the host is moved to a different workspace. |
virtual void OnHostWorkspaceChanged(const WindowTreeHost* host) {} |