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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 2525113002: Rename WindowTreeHost functions to indicate pixels/dips. (Closed)
Patch Set: 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
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:

Powered by Google App Engine
This is Rietveld 408576698