| Index: ui/gfx/cursor.h
|
| diff --git a/ui/gfx/cursor.h b/ui/gfx/cursor.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2e801f777102e3ab90505510005a74d783c1b7b4
|
| --- /dev/null
|
| +++ b/ui/gfx/cursor.h
|
| @@ -0,0 +1,18 @@
|
| +// 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.
|
| +
|
| +#ifndef UI_GFX_CURSOR_H_
|
| +#define UI_GFX_CURSOR_H_
|
| +
|
| +#include "ui/gfx/gfx_export.h"
|
| +#include "ui/gfx/native_widget_types.h"
|
| +
|
| +namespace gfx {
|
| +
|
| +GFX_EXPORT gfx::NativeCursor GetNativeIBeamCursor();
|
| +GFX_EXPORT gfx::NativeCursor GetNativeArrowCursor();
|
| +
|
| +} // namespace gfx
|
| +
|
| +#endif // UI_GFX_CURSOR_H_
|
|
|