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

Unified Diff: ui/aura/single_display_manager.h

Issue 10905288: Switch primary display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 3 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_linux.cc ('k') | ui/aura/single_display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/single_display_manager.h
diff --git a/ui/aura/single_display_manager.h b/ui/aura/single_display_manager.h
index 891efd73965e096a675fa746fbf3d9e1b82b9022..de31ab6ed5f95864a58665df4b9ffb95b12ba8be 100644
--- a/ui/aura/single_display_manager.h
+++ b/ui/aura/single_display_manager.h
@@ -39,7 +39,7 @@ class AURA_EXPORT SingleDisplayManager : public DisplayManager,
const gfx::Point& point) const OVERRIDE;
virtual const gfx::Display& GetDisplayMatching(
const gfx::Rect& match_rect) const OVERRIDE;
- virtual std::string GetDisplayNameAt(size_t index) OVERRIDE;
+ virtual std::string GetDisplayNameFor(const gfx::Display& display) OVERRIDE;
// WindowObserver overrides:
virtual void OnWindowBoundsChanged(Window* window,
« no previous file with comments | « ui/aura/root_window_host_linux.cc ('k') | ui/aura/single_display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698