summaryrefslogtreecommitdiffstats
path: root/components/mus/public/interfaces/view_manager_constants.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/public/interfaces/view_manager_constants.mojom')
-rw-r--r--components/mus/public/interfaces/view_manager_constants.mojom10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/mus/public/interfaces/view_manager_constants.mojom b/components/mus/public/interfaces/view_manager_constants.mojom
new file mode 100644
index 0000000..14bd363
--- /dev/null
+++ b/components/mus/public/interfaces/view_manager_constants.mojom
@@ -0,0 +1,10 @@
+// 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 mojo;
+
+enum OrderDirection {
+ ABOVE = 1,
+ BELOW,
+};