chromium/cc/input/overscroll_behavior.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CC_INPUT_OVERSCROLL_BEHAVIOR_H_
#define CC_INPUT_OVERSCROLL_BEHAVIOR_H_

#include "cc/cc_export.h"

namespace cc {

struct CC_EXPORT OverscrollBehavior {};

}  // namespace cc

#endif  // CC_INPUT_OVERSCROLL_BEHAVIOR_H_