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

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

Issue 2525113002: Rename WindowTreeHost functions to indicate pixels/dips. (Closed)
Patch Set: DIP + rebase 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/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 dff5dd7b4205a288de76cc66cb3dca9bc3dbdcb2..22d1875b99a8148d8b2a3bd2340ced8248199df8 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,

Powered by Google App Engine
This is Rietveld 408576698