summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/aura/root_window.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index 34fe47f..d79c6ec 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.