blob: 8b9ed5b57e84b551b175888f6800dfc0427b42f0 [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 TouchActionUtil {
CORE_EXPORT TouchAction ComputeEffectiveTouchAction(const Node&);
} // namespace TouchActionUtil
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_INPUT_TOUCH_ACTION_UTIL_H_