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

Unified Diff: ui/views/mus/desktop_window_tree_host_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/chromeos/touch_exploration_controller.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/desktop_window_tree_host_mus.h
diff --git a/ui/views/mus/desktop_window_tree_host_mus.h b/ui/views/mus/desktop_window_tree_host_mus.h
index a2e586982783e55227e2e1aa29096d670f8b9d48..2d6343e8c264d177f294bbcdf8576c1b6da3d854 100644
--- a/ui/views/mus/desktop_window_tree_host_mus.h
+++ b/ui/views/mus/desktop_window_tree_host_mus.h
@@ -39,7 +39,7 @@ class VIEWS_MUS_EXPORT DesktopWindowTreeHostMus
// Helper function to get the scale factor.
float GetScaleFactor() const;
- void SetBoundsInDips(const gfx::Rect& bounds_in_dips);
+ void SetBoundsInDIP(const gfx::Rect& bounds_in_dip);
// DesktopWindowTreeHost:
void Init(aura::Window* content_window,
« no previous file with comments | « ui/chromeos/touch_exploration_controller.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698