blob: e3f9af29add0661e82a1bb295c57507ccec3803a [file] [log] [blame]
// Copyright 2014 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 ui.mojom;
enum OrderDirection {
ABOVE = 1,
BELOW,
};