Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index 34fe47fe137a2daf7b416a1aea57ae7215405573..d79c6ec9c4933843ecf5d748648185c5581ef8d0 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -830,7 +830,6 @@ bool RootWindow::OnHostTouchEvent(ui::TouchEvent* event) { |
// If the initial touch is outside the root window, target the root. |
target = this; |
ProcessEvent(target ? target : NULL, event); |
- CHECK_EQ(ui::ER_UNHANDLED, event->result()); |
result = event->result(); |
} else { |
// We only come here when the first contact was within the root window. |