blob: a6e3550539688641179175080c16e1e06f775f44 [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 TouchActionUtil_h
#define TouchActionUtil_h
#include "core/CoreExport.h"
#include "core/style/ComputedStyleConstants.h"
namespace blink {
class LayoutObject;
class Node;
namespace TouchActionUtil {
CORE_EXPORT TouchAction computeEffectiveTouchAction(const Node&);
} // namespace TouchActionUtil
} // namespace blink
#endif // TouchActionUtil_h