Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: ui/aura/root_window_host_linux.cc

Issue 9348113: Fix two crash and potential leak&crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_) {

Powered by Google App Engine
This is Rietveld 408576698