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

Unified Diff: ash/display/display_controller.h

Issue 14188054: Restore focus/activation after the root window has been completely deleted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | ash/display/display_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_controller.h
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index 53130734ddd55a61b3a3c176e3e99c62de2f8264..ae6e3afe31ff2275583df965e74eabe1cb4e8e39 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -31,6 +31,7 @@ template <typename T> class JSONValueConverter;
namespace ash {
namespace internal {
class DisplayManager;
+class FocusActivationStore;
class RootWindowController;
}
@@ -272,6 +273,8 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver {
bool in_bootstrap_;
+ scoped_ptr<internal::FocusActivationStore> focus_activation_store_;
+
DISALLOW_COPY_AND_ASSIGN(DisplayController);
};
« no previous file with comments | « no previous file | ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698