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

Unified Diff: ui/aura/monitor_change_observer_x11.h

Issue 10540091: Rename gfx::Monitor to gfx::Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: ui/aura/monitor_change_observer_x11.h
diff --git a/ui/aura/monitor_change_observer_x11.h b/ui/aura/monitor_change_observer_x11.h
index 45ff332530654e372811055cfca3cb85882c3a90..416086043b3e9ff193999d933a7be946dad9b5b1 100644
--- a/ui/aura/monitor_change_observer_x11.h
+++ b/ui/aura/monitor_change_observer_x11.h
@@ -27,9 +27,9 @@ class MonitorChangeObserverX11 : public MessageLoop::Dispatcher {
// Overridden from Dispatcher overrides:
virtual bool Dispatch(const base::NativeEvent& xev) OVERRIDE;
- // Reads monitor configurations from the system and notifies
+ // Reads display configurations from the system and notifies
// |monitor_manager_| about the change.
- void NotifyMonitorChange();
+ void NotifyDisplayChange();
private:
Display* xdisplay_;
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/monitor_change_observer_x11.cc » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698