Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: services/ui/public/interfaces/cursor.mojom

Issue 2786983003: [aura-mus] Add ui::CursorData, with mojo serialization. (Closed)
Patch Set: everybody comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/cursor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/cursor.mojom
diff --git a/services/ui/public/interfaces/cursor.mojom b/services/ui/public/interfaces/cursor.mojom
deleted file mode 100644
index 0fd34e184b8f92d3f6b65683085ae75e686cd586..0000000000000000000000000000000000000000
--- a/services/ui/public/interfaces/cursor.mojom
+++ /dev/null
@@ -1,57 +0,0 @@
-// 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.
-
-module ui.mojom;
-
-// Standard Cursor numbers. These are the same as Chrome's ui::Cursor and
-// blink's WebCursorInfo.
-enum CursorType {
- // NULL is kept for compatibility with chrome declarations. In chrome code, it
- // is treated exactly like POINTER, the default pointer.
- CURSOR_NULL = 0,
- POINTER,
- CROSS,
- HAND,
- IBEAM,
- WAIT,
- HELP,
- EAST_RESIZE,
- NORTH_RESIZE,
- NORTH_EAST_RESIZE,
- NORTH_WEST_RESIZE,
- SOUTH_RESIZE,
- SOUTH_EAST_RESIZE,
- SOUTH_WEST_RESIZE,
- WEST_RESIZE,
- NORTH_SOUTH_RESIZE,
- EAST_WEST_RESIZE,
- NORTH_EAST_SOUTH_WEST_RESIZE,
- NORTH_WEST_SOUTH_EAST_RESIZE,
- COLUMN_RESIZE,
- ROW_RESIZE,
- MIDDLE_PANNING,
- EAST_PANNING,
- NORTH_PANNING,
- NORTH_EAST_PANNING,
- NORTH_WEST_PANNING,
- SOUTH_PANNING,
- SOUTH_EAST_PANNING,
- SOUTH_WEST_PANNING,
- WEST_PANNING,
- MOVE,
- VERTICAL_TEXT,
- CELL,
- CONTEXT_MENU,
- ALIAS,
- PROGRESS,
- NO_DROP,
- COPY,
- NONE,
- NOT_ALLOWED,
- ZOOM_IN,
- ZOOM_OUT,
- GRAB,
- GRABBING,
- CUSTOM
-};
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/cursor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698