blob: 8bf588e58e60ed7312dbd689859a577992911309 [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_PUBLIC_PLATFORM_WEB_NATIVE_SCROLL_BEHAVIOR_H_
#define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_NATIVE_SCROLL_BEHAVIOR_H_
namespace blink {
enum class WebNativeScrollBehavior {
kDisableNativeScroll,
kPerformBeforeNativeScroll,
kPerformAfterNativeScroll,
};
} // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_NATIVE_SCROLL_BEHAVIOR_H_