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

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

Issue 2524873002: Rename WindowTreeHost G|SetBounds to indicate they are in pixels. (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/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 4980ac923f1f3f190724e3c862f16ac23499c869..0ebc2cd2e84442f02ec555b0282188e89037f990 100644
--- a/ui/views/mus/desktop_window_tree_host_mus.h
+++ b/ui/views/mus/desktop_window_tree_host_mus.h
@@ -94,7 +94,7 @@ class VIEWS_MUS_EXPORT DesktopWindowTreeHostMus
// WindowTreeHostMus:
void ShowImpl() override;
void HideImpl() override;
- void SetBounds(const gfx::Rect& bounds_in_pixels) override;
+ void SetBoundsInPixel(const gfx::Rect& bounds_in_pixels) override;
// aura::EnvObserver:
void OnWindowInitialized(aura::Window* window) override;

Powered by Google App Engine
This is Rietveld 408576698