summaryrefslogtreecommitdiffstats
path: root/ash/shell/window_watcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/window_watcher.cc')
-rw-r--r--ash/shell/window_watcher.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/shell/window_watcher.cc b/ash/shell/window_watcher.cc
index 55231cf..44edaa4 100644
--- a/ash/shell/window_watcher.cc
+++ b/ash/shell/window_watcher.cc
@@ -138,9 +138,6 @@ void WindowWatcher::OnWillRemoveWindow(aura::Window* window) {
}
}
-void WindowWatcher::OnDisplayBoundsChanged(const gfx::Display& display) {
-}
-
void WindowWatcher::OnDisplayAdded(const gfx::Display& new_display) {
aura::Window* root = Shell::GetInstance()->display_controller()->
GetRootWindowForDisplayId(new_display.id());
@@ -152,5 +149,8 @@ void WindowWatcher::OnDisplayRemoved(const gfx::Display& old_display) {
// remove observers.
}
+void WindowWatcher::OnDisplayMetricsChanged(const gfx::Display&, uint32_t) {
+}
+
} // namespace shell
} // namespace ash