Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: ui/aura/window_tree_host_observer.h

Issue 2525113002: Rename WindowTreeHost functions to indicate pixels/dips. (Closed)
Patch Set: win Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/window_tree_host.cc ('k') | ui/aura/window_tree_host_platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {}
« no previous file with comments | « ui/aura/window_tree_host.cc ('k') | ui/aura/window_tree_host_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698