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

Unified Diff: ash/wm/aura/wm_globals_aura.h

Issue 1943603002: Makes ash/wm/common a library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again Created 4 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/ash.gyp ('k') | ash/wm/aura/wm_globals_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/aura/wm_globals_aura.h
diff --git a/ash/wm/aura/wm_globals_aura.h b/ash/wm/aura/wm_globals_aura.h
index 9835b8d16f6994634ca7b4bd657df4d6fd5dc648..9a0df56304f5e2a4a162cd2f09887670548bd28f 100644
--- a/ash/wm/aura/wm_globals_aura.h
+++ b/ash/wm/aura/wm_globals_aura.h
@@ -10,6 +10,7 @@
#include "ash/ash_export.h"
#include "ash/display/window_tree_host_manager.h"
#include "ash/shell_observer.h"
+#include "ash/wm/aura/wm_lookup_aura.h"
#include "ash/wm/common/wm_globals.h"
#include "base/macros.h"
#include "base/observer_list.h"
@@ -64,6 +65,7 @@ class ASH_EXPORT WmGlobalsAura : public WmGlobals,
// ShellObserver:
void OnOverviewModeEnded() override;
+ WmLookupAura wm_lookup_;
bool added_activation_observer_ = false;
base::ObserverList<WmActivationObserver> activation_observers_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/aura/wm_globals_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698