| Index: ui/aura/window_tree_host_ozone.h
|
| diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h
|
| index bfaeab728b22340e4e054ccf31be8f4f223ce281..88736f335248e050ff0a1cf62b18b95bbb6c35ea 100644
|
| --- a/ui/aura/window_tree_host_ozone.h
|
| +++ b/ui/aura/window_tree_host_ozone.h
|
| @@ -35,6 +35,7 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost,
|
| virtual void OnLostCapture() OVERRIDE;
|
| virtual void OnAcceleratedWidgetAvailable(
|
| gfx::AcceleratedWidget widget) OVERRIDE;
|
| + virtual void OnActivationChanged(bool active) OVERRIDE;
|
|
|
| // WindowTreeHost:
|
| virtual ui::EventSource* GetEventSource() OVERRIDE;
|
|
|