blob: 809ba6f24f93d77067e3f17a0f166dcd47d200f8 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/events/gestures/gesture_types.h"
namespace ui {
bool GestureConsumer::RequiresDoubleTapGestureEvents() const {
return false;
}
} // namespace ui