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

Unified Diff: ash/display/display_controller.h

Issue 18218002: Don't create mirror window during bootstrap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/mirror_window_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 948a7ad00618389c5716c940c7d412741631d5a4..e3311141d1b81f5537b2d2ecc2859c84d2685bfe 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -38,6 +38,7 @@ namespace ash {
namespace internal {
class DisplayManager;
class FocusActivationStore;
+class MirrorWindowController;
class RootWindowController;
}
@@ -166,6 +167,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver {
private:
friend class internal::DisplayManager;
+ friend class internal::MirrorWindowController;
// Creates a root window for |display| and stores it in the |root_windows_|
// map.
« no previous file with comments | « no previous file | ash/display/mirror_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698