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

Unified Diff: ui/aura/monitor_change_observer_x11.cc

Issue 10143001: Work in progress: Adds MessagePumpDispatcher::ShouldExit(). This is used to handle the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ui/aura/monitor_change_observer_x11.h ('k') | ui/aura/root_window_host_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/monitor_change_observer_x11.cc
diff --git a/ui/aura/monitor_change_observer_x11.cc b/ui/aura/monitor_change_observer_x11.cc
index bb2904f1c2534982b08cd07f1ee21e75214ab31a..72be15dc44297863a3ab11c67e70d14750af5aea 100644
--- a/ui/aura/monitor_change_observer_x11.cc
+++ b/ui/aura/monitor_change_observer_x11.cc
@@ -62,6 +62,10 @@ bool MonitorChangeObserverX11::Dispatch(const base::NativeEvent& event) {
return true;
}
+bool MonitorChangeObserverX11::ShouldExit() {
+ return false;
+}
+
void MonitorChangeObserverX11::NotifyMonitorChange() {
if (!MonitorManager::use_fullscreen_host_window())
return; // Use the default monitor that monitor manager determined.
« no previous file with comments | « ui/aura/monitor_change_observer_x11.h ('k') | ui/aura/root_window_host_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698