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

Unified Diff: ash/shell/window_watcher.h

Issue 9808026: Layout panels on top of their launcher icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-patch with tests Created 8 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: ash/shell/window_watcher.h
diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h
index d36a4c847d3fd554d41aa26aff60a73e95ec597a..f31fb07ba1bcf57eb09c6c33862889fc5d3a9887 100644
--- a/ash/shell/window_watcher.h
+++ b/ash/shell/window_watcher.h
@@ -40,6 +40,8 @@ class WindowWatcher : public aura::WindowObserver {
// Window watching for newly created windows to be added to.
aura::Window* window_;
+ aura::Window* panel_container_;
+
// Maps from window to the id we gave it.
IDToWindow id_to_window_;

Powered by Google App Engine
This is Rietveld 408576698