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

Unified Diff: ui/aura/cursor.h

Issue 7977012: Adds a NonClientFrameView for generic toplevel windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « no previous file | ui/aura/desktop.h » ('j') | ui/aura_shell/toplevel_frame_view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | ui/aura/desktop.h » ('j') | ui/aura_shell/toplevel_frame_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698