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

Side by Side Diff: ash/display/display_controller.h

Issue 10696002: ASH: Use virtual screen coordinates in Display::bounds() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/display_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_DISPLAY_DISPLAY_CONTROLLER_H_ 5 #ifndef ASH_DISPLAY_DISPLAY_CONTROLLER_H_
6 #define ASH_DISPLAY_DISPLAY_CONTROLLER_H_ 6 #define ASH_DISPLAY_DISPLAY_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <vector> 10 #include <vector>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 // Is virtual screen coordinates enabled? 89 // Is virtual screen coordinates enabled?
90 static bool IsVirtualScreenCoordinatesEnabled(); 90 static bool IsVirtualScreenCoordinatesEnabled();
91 // Turns on/off the virtual screen coordinates. 91 // Turns on/off the virtual screen coordinates.
92 static void SetVirtualScreenCoordinatesEnabled(bool enabled); 92 static void SetVirtualScreenCoordinatesEnabled(bool enabled);
93 93
94 private: 94 private:
95 // Creates a root window for |display| and stores it in the |root_windows_| 95 // Creates a root window for |display| and stores it in the |root_windows_|
96 // map. 96 // map.
97 aura::RootWindow* AddRootWindowForDisplay(const gfx::Display& display); 97 aura::RootWindow* AddRootWindowForDisplay(const gfx::Display& display);
98 98
99 void UpdateDisplayBoundsForLayout();
100
99 std::map<int, aura::RootWindow*> root_windows_; 101 std::map<int, aura::RootWindow*> root_windows_;
100 102
101 SecondaryDisplayLayout secondary_display_layout_; 103 SecondaryDisplayLayout secondary_display_layout_;
102 104
103 DISALLOW_COPY_AND_ASSIGN(DisplayController); 105 DISALLOW_COPY_AND_ASSIGN(DisplayController);
104 }; 106 };
105 107
106 } // namespace internal 108 } // namespace internal
107 } // namespace ash 109 } // namespace ash
108 110
109 #endif // ASH_DISPLAY_DISPLAY_CONTROLLER_H_ 111 #endif // ASH_DISPLAY_DISPLAY_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698