blob: 930d6cb708d39775f10bbc6e7adc3174d747593c [file] [log] [blame]
// Copyright 2015 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.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_INPUT_TOUCH_ACTION_UTIL_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_INPUT_TOUCH_ACTION_UTIL_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/graphics/touch_action.h"
namespace blink {
class Node;
namespace touch_action_util {
CORE_EXPORT TouchAction ComputeEffectiveTouchAction(const Node&);
} // namespace touch_action_util
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_INPUT_TOUCH_ACTION_UTIL_H_