Index: ui/aura/root_window_host_linux.cc |
diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc |
index cf5d762ebd20d36ec621197f6d5ef4fc054ecaf3..a2e769f29cac47f7f228b25c79d436232d0a36cf 100644 |
--- a/ui/aura/root_window_host_linux.cc |
+++ b/ui/aura/root_window_host_linux.cc |
@@ -427,8 +427,10 @@ base::MessagePumpDispatcher::DispatchStatus RootWindowHostLinux::Dispatch( |
break; |
} |
case FocusOut: |
+ /* |
sky
2012/02/15 00:02:04
?
oshima
2012/02/15 00:18:00
I thought i reverted this file. Sorry about that.
|
if (xev->xfocus.mode != NotifyGrab) |
root_window_->SetCapture(NULL); |
+ */ |
break; |
case ConfigureNotify: { |
if (xev->xconfigure.window == x_root_window_) { |