blob: 1206e5753be99b99294540af58593c12881db50d [file] [log] [blame]
// Copyright 2019 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.
module blink.mojom;
enum ScrollDirection {
kScrollUpIgnoringWritingMode,
kScrollDownIgnoringWritingMode,
kScrollLeftIgnoringWritingMode,
kScrollRightIgnoringWritingMode,
kScrollBlockDirectionBackward,
kScrollBlockDirectionForward,
kScrollInlineDirectionBackward,
kScrollInlineDirectionForward,
};