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

Side by Side Diff: ash/aura/wm_window_aura.h

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_AURA_WM_WINDOW_AURA_H_ 5 #ifndef ASH_AURA_WM_WINDOW_AURA_H_
6 #define ASH_AURA_WM_WINDOW_AURA_H_ 6 #define ASH_AURA_WM_WINDOW_AURA_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/common/wm_window.h" 9 #include "ash/common/wm_window.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 void Deactivate() override; 148 void Deactivate() override;
149 void SetFullscreen() override; 149 void SetFullscreen() override;
150 void Maximize() override; 150 void Maximize() override;
151 void Minimize() override; 151 void Minimize() override;
152 void Unminimize() override; 152 void Unminimize() override;
153 void SetExcludedFromMru(bool excluded_from_mru) override; 153 void SetExcludedFromMru(bool excluded_from_mru) override;
154 std::vector<WmWindow*> GetChildren() override; 154 std::vector<WmWindow*> GetChildren() override;
155 void ShowResizeShadow(int component) override; 155 void ShowResizeShadow(int component) override;
156 void HideResizeShadow() override; 156 void HideResizeShadow() override;
157 void InstallResizeHandleWindowTargeter( 157 void InstallResizeHandleWindowTargeter(
158 WmImmersiveFullscreenController* immersive_fullscreen_controller) 158 ImmersiveFullscreenController* immersive_fullscreen_controller) override;
159 override;
160 void SetBoundsInScreenBehaviorForChildren( 159 void SetBoundsInScreenBehaviorForChildren(
161 BoundsInScreenBehavior behavior) override; 160 BoundsInScreenBehavior behavior) override;
162 void SetSnapsChildrenToPhysicalPixelBoundary() override; 161 void SetSnapsChildrenToPhysicalPixelBoundary() override;
163 void SnapToPixelBoundaryIfNecessary() override; 162 void SnapToPixelBoundaryIfNecessary() override;
164 void SetChildrenUseExtendedHitRegion() override; 163 void SetChildrenUseExtendedHitRegion() override;
165 void SetDescendantsStayInSameRootWindow(bool value) override; 164 void SetDescendantsStayInSameRootWindow(bool value) override;
166 std::unique_ptr<views::View> CreateViewWithRecreatedLayers() override; 165 std::unique_ptr<views::View> CreateViewWithRecreatedLayers() override;
167 void AddObserver(WmWindowObserver* observer) override; 166 void AddObserver(WmWindowObserver* observer) override;
168 void RemoveObserver(WmWindowObserver* observer) override; 167 void RemoveObserver(WmWindowObserver* observer) override;
169 bool HasObserver(const WmWindowObserver* observer) const override; 168 bool HasObserver(const WmWindowObserver* observer) const override;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 201
203 bool added_transient_observer_ = false; 202 bool added_transient_observer_ = false;
204 base::ObserverList<WmTransientWindowObserver> transient_observers_; 203 base::ObserverList<WmTransientWindowObserver> transient_observers_;
205 204
206 DISALLOW_COPY_AND_ASSIGN(WmWindowAura); 205 DISALLOW_COPY_AND_ASSIGN(WmWindowAura);
207 }; 206 };
208 207
209 } // namespace ash 208 } // namespace ash
210 209
211 #endif // ASH_AURA_WM_WINDOW_AURA_H_ 210 #endif // ASH_AURA_WM_WINDOW_AURA_H_
OLDNEW
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698