summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/root_window.cc')
-rw-r--r--ui/aura/root_window.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index c398125..d734807 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -903,6 +903,10 @@ bool RootWindow::OnHostTouchEvent(ui::TouchEvent* event) {
return ProcessGestures(gestures.get()) ? true : handled;
}
+void RootWindow::OnHostActivated() {
+ Env::GetInstance()->RootWindowActivated(this);
+}
+
void RootWindow::OnHostLostWindowCapture() {
Window* capture_window = client::GetCaptureWindow(this);
if (capture_window && capture_window->GetRootWindow() == this)