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

Unified Diff: ui/views/mus/native_widget_mus.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/views/mus/mus_client.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ui/views/mus/mus_client.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698