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

Unified Diff: ui/aura/root_window.h

Issue 128753002: Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds() on host() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: weirdness Created 6 years, 11 months 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 | « content/shell/browser/shell_views.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 1b8068e950c6bb29e5fa4ff320f094058a13a1ed..0493a26e5a2ca3ba97c9f2bfbb8786de6b1f5441 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -103,12 +103,6 @@ class AURA_EXPORT RootWindow : public ui::EventProcessor,
WindowTreeHostDelegate* AsWindowTreeHostDelegate();
- // Gets/sets the size of the host window.
- void SetHostSize(const gfx::Size& size_in_pixel);
-
- // Sets the bounds of the host window.
- void SetHostBounds(const gfx::Rect& size_in_pizel);
-
// Sets the currently-displayed cursor. If the cursor was previously hidden
// via ShowCursor(false), it will remain hidden until ShowCursor(true) is
// called, at which point the cursor that was last set via SetCursor() will be
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698