Index: ui/aura/window_tree_host_ozone.cc |
diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc |
index 010f633167d07cdd953c99a19a4c12bbd38fb7d0..0dd8084bb46e7c6cebec40fd1ee0a5b97e80bd8b 100644 |
--- a/ui/aura/window_tree_host_ozone.cc |
+++ b/ui/aura/window_tree_host_ozone.cc |
@@ -56,6 +56,9 @@ void WindowTreeHostOzone::OnAcceleratedWidgetAvailable( |
CreateCompositor(widget_); |
} |
+void WindowTreeHostOzone::OnActivationChanged(bool active) { |
+} |
+ |
ui::EventSource* WindowTreeHostOzone::GetEventSource() { |
return this; |
} |