summaryrefslogtreecommitdiffstats
path: root/ui/aura/test/test_window_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/test/test_window_delegate.cc')
-rw-r--r--ui/aura/test/test_window_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/test/test_window_delegate.cc b/ui/aura/test/test_window_delegate.cc
index 3da06e3..4be062d 100644
--- a/ui/aura/test/test_window_delegate.cc
+++ b/ui/aura/test/test_window_delegate.cc
@@ -31,7 +31,7 @@ void TestWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) {
}
-void TestWindowDelegate::OnFocus() {
+void TestWindowDelegate::OnFocus(Window* old_focused_window) {
}
void TestWindowDelegate::OnBlur() {