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

Unified Diff: components/mus/public/cpp/window.h

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: components/mus/public/cpp/window.h
diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
index 9ce601f291c97c90d3924535034e37c1a6e75d78..a40fc2270cf35066eda1f3101d2698d3b0cadcf4 100644
--- a/components/mus/public/cpp/window.h
+++ b/components/mus/public/cpp/window.h
@@ -315,7 +315,7 @@ class Window {
bool is_modal_;
- base::ObserverList<WindowObserver> observers_;
+ base::ObserverList<WindowObserver, true> observers_;
InputEventHandler* input_event_handler_;
gfx::Rect bounds_;
« ash/wm/workspace/workspace_layout_manager.h ('K') | « components/mus/public/cpp/lib/window_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698