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

Unified Diff: ash/wm_window.h

Issue 2904273002: [mus+ash] Removes WmWindow from RootWindowcontroller implementation (Closed)
Patch Set: [mus+ash] Removes WmWindow from RootWindowcontroller implementation (rebased) Created 3 years, 7 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 | « ash/wm/window_util.cc ('k') | ash/wm_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm_window.h
diff --git a/ash/wm_window.h b/ash/wm_window.h
index 2e6595a092ffc8fbf82717202c9399aba4adb567..6aefd96a6e422bb61630deddefcee83e4f875a29 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -87,9 +87,6 @@ class ASH_EXPORT WmWindow : public ::wm::TransientWindowObserver {
aura::Window* aura_window() { return window_; }
const aura::Window* aura_window() const { return window_; }
- // See description of |children_use_extended_hit_region_|.
- bool ShouldUseExtendedHitRegion() const;
-
void Destroy();
WmWindow* GetRootWindow() {
@@ -279,9 +276,6 @@ class ASH_EXPORT WmWindow : public ::wm::TransientWindowObserver {
// the ancestor.
void SnapToPixelBoundaryIfNecessary();
- // Makes the hit region for children slightly larger for easier resizing.
- void SetChildrenUseExtendedHitRegion();
-
void AddTransientWindowObserver(WmTransientWindowObserver* observer);
void RemoveTransientWindowObserver(WmTransientWindowObserver* observer);
@@ -299,10 +293,6 @@ class ASH_EXPORT WmWindow : public ::wm::TransientWindowObserver {
bool added_transient_observer_ = false;
base::ObserverList<WmTransientWindowObserver> transient_observers_;
- // If true child windows should get a slightly larger hit region to make
- // resizing easier.
- bool children_use_extended_hit_region_ = false;
-
DISALLOW_COPY_AND_ASSIGN(WmWindow);
};
« no previous file with comments | « ash/wm/window_util.cc ('k') | ash/wm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698