blob: f2d49a00609aa5cbf210b368bcf188dbb51bd277 [file] [log] [blame]
// Copyright 2020 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 CC_INPUT_ACTIVELY_SCROLLING_TYPE_H_
#define CC_INPUT_ACTIVELY_SCROLLING_TYPE_H_
namespace cc {
enum class ActivelyScrollingType {
kNone,
kPrecise,
kAnimated,
};
} // namespace cc
#endif // CC_INPUT_ACTIVELY_SCROLLING_TYPE_H_