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

Unified Diff: ash/shell.h

Issue 23286003: ash: Get output info from chromeos instead of XRandR. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use index from XRandR Created 7 years, 4 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/display/display_util_x11_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index ae08e7b534a020a07a4c23edde0df9f322d80061..934968ce7cd2171a78f204085238abc0fd621a5b 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -102,7 +102,7 @@ class AcceleratorFilter;
class ActivationController;
class AppListController;
class CaptureController;
-class DisplayChangeObserverX11;
+class DisplayChangeObserver;
class DisplayErrorObserver;
class DisplayManager;
class DragDropController;
@@ -609,8 +609,8 @@ class ASH_EXPORT Shell
output_configurator_animation_;
scoped_ptr<internal::DisplayErrorObserver> display_error_observer_;
- // Receives output change events and udpates the display manager.
- scoped_ptr<internal::DisplayChangeObserverX11> display_change_observer_;
+ // Listens for output changes and updates the display manager.
+ scoped_ptr<internal::DisplayChangeObserver> display_change_observer_;
#endif // defined(OS_CHROMEOS) && defined(USE_X11)
scoped_ptr<internal::ResolutionNotificationController>
« no previous file with comments | « ash/display/display_util_x11_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698