diff options
Diffstat (limited to 'ui/aura/single_display_manager.cc')
-rw-r--r-- | ui/aura/single_display_manager.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/aura/single_display_manager.cc b/ui/aura/single_display_manager.cc index 64b8d07..384c3c3 100644 --- a/ui/aura/single_display_manager.cc +++ b/ui/aura/single_display_manager.cc @@ -72,6 +72,11 @@ const gfx::Display& SingleDisplayManager::GetDisplayNearestPoint( return display_; } +const gfx::Display& SingleDisplayManager::GetDisplayMatching( + const gfx::Rect& match_rect) const { + return display_; +} + void SingleDisplayManager::OnWindowBoundsChanged( Window* window, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) { if (!use_fullscreen_host_window()) { |