Fix new -Wint-in-bool-context warning
The trunk version of Clang caught this bug: ../../content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc:350:50: warning: converting the result of '<<' to a boolean; did you mean '(type << ui::ET_TOUCH_CANCELLED) != 0'? [-Wint-in-bool-context] DCHECK(type >= ui::ET_TOUCH_RELEASED && type << ui::ET_TOUCH_CANCELLED); ^ TBR=wjmaclean Bug: 1007367 Change-Id: I0be9c853e6eb1b171fffd4b177e03a87abc9b932 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824078Reviewed-by:Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#699683}
Showing
Please register or sign in to comment