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

Unified Diff: ui/aura/single_monitor_manager.h

Issue 9837046: Revert r128507 "Revert r128436 "relanding: disabled workspace_window_resizer test. fixed access-aft… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/root_window_host_win.cc ('k') | ui/aura/single_monitor_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/single_monitor_manager.h
diff --git a/ui/aura/single_monitor_manager.h b/ui/aura/single_monitor_manager.h
index c13bc18f652191f750cc533e90d1a234ccc203af..5afbcd26d575797d24a683184246cbad5f45be0e 100644
--- a/ui/aura/single_monitor_manager.h
+++ b/ui/aura/single_monitor_manager.h
@@ -26,7 +26,8 @@ class SingleMonitorManager : public MonitorManager,
virtual ~SingleMonitorManager();
// MonitorManager overrides:
- virtual void OnNativeMonitorResized(const gfx::Size& size) OVERRIDE;
+ virtual void OnNativeMonitorsChanged(
+ const std::vector<const Monitor*>& monitors) OVERRIDE;
virtual RootWindow* CreateRootWindowForMonitor(
Monitor* monitor) OVERRIDE;
virtual const Monitor* GetMonitorNearestWindow(
« no previous file with comments | « ui/aura/root_window_host_win.cc ('k') | ui/aura/single_monitor_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698