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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.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
Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index 0a31a6df566ea682daa541a835a985eb8f88b7d1..3b81ddf3bf1588a4869f8d0306676967fb917c89 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -232,8 +232,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
void OnHostCloseRequested(const aura::WindowTreeHost* host) override;
void OnHostResized(const aura::WindowTreeHost* host) override;
void OnHostWorkspaceChanged(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;
private:
friend class RootWindowDestructionObserver;
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_drop_target_win.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698