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

Unified Diff: ui/aura/root_window.cc

Issue 11833007: aura: Remove an incorrect CHECK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698