Commit 87730f09 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

[Code health] Remove an un-necessary if statement in TouchActionFilter

Bug: None
Change-Id: I0cf1b3155c0fc2e9bfac6396dd45edd8a2d1ca3e
Reviewed-on: https://chromium-review.googlesource.com/c/1494726Reviewed-by: default avatarNavid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636528}
parent e2b01736
......@@ -172,7 +172,6 @@ FilterGestureEventResult TouchActionFilter::FilterGestureEvent(
}
gesture_sequence_.append("U");
if (!compositor_touch_action_enabled_)
// Scrolls restricted to a specific axis shouldn't permit movement
// in the perpendicular axis.
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment