Index: ui/aura/cursor.h |
=================================================================== |
--- ui/aura/cursor.h (revision 0) |
+++ ui/aura/cursor.h (revision 0) |
@@ -0,0 +1,21 @@ |
+// Copyright (c) 2011 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 UI_AURA_CURSOR_H_ |
+#define UI_AURA_CURSOR_H_ |
+#pragma once |
+ |
+namespace aura { |
+ |
+enum CursorType { |
sky
2011/09/22 18:06:19
AURA_EXPORT
|
+ CURSOR_POINTER, |
+ CURSOR_LINK, |
+ CURSOR_WAIT, |
+ CURSOR_SIZE_HORIZONTAL, |
+ CURSOR_SIZE_VERTICAL |
+}; |
+ |
+} // namespace aura |
+ |
+#endif // UI_AURA_CURSOR_H_ |
Property changes on: ui\aura\cursor.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |