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

Unified Diff: ash/wm_window.h

Issue 2893643003: [mus+ash] Removes WmWindow from ash/wm/window_cycle_* (Closed)
Patch Set: [mus+ash] Removes WmWindow from ash/wm/window_cycle_* (nits) 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_mirror_view.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 6483edd168ddc33c25bbfc7111e915dfcdfc3bf0..c695bad979ec07a8cd69f8aa56fc44aa6d2c3f0f 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -36,10 +36,6 @@ class EventHandler;
class Layer;
}
-namespace views {
-class View;
-}
-
namespace ash {
class ImmersiveFullscreenController;
@@ -311,9 +307,6 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
// Makes the hit region for children slightly larger for easier resizing.
void SetChildrenUseExtendedHitRegion();
- // Returns a View that renders the contents of this window's layers.
- std::unique_ptr<views::View> CreateViewWithRecreatedLayers();
-
void AddTransientWindowObserver(WmTransientWindowObserver* observer);
void RemoveTransientWindowObserver(WmTransientWindowObserver* observer);
« no previous file with comments | « ash/wm/window_mirror_view.cc ('k') | ash/wm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698