| Index: ui/views/native_cursor_aura.cc
|
| diff --git a/ui/views/native_cursor_aura.cc b/ui/views/native_cursor_aura.cc
|
| deleted file mode 100644
|
| index cafe684aa0b4f4e76ce383b2facfcde07288da80..0000000000000000000000000000000000000000
|
| --- a/ui/views/native_cursor_aura.cc
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// 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.
|
| -
|
| -#include "ui/views/native_cursor.h"
|
| -
|
| -#include "ui/base/cursor/cursor.h"
|
| -
|
| -namespace views {
|
| -
|
| -gfx::NativeCursor GetNativeIBeamCursor() {
|
| - return ui::kCursorIBeam;
|
| -}
|
| -
|
| -gfx::NativeCursor GetNativeHandCursor() {
|
| - return ui::kCursorHand;
|
| -}
|
| -
|
| -gfx::NativeCursor GetNativeColumnResizeCursor() {
|
| - return ui::kCursorColumnResize;
|
| -}
|
| -
|
| -gfx::NativeCursor GetNativeEastWestResizeCursor() {
|
| - return ui::kCursorEastWestResize;
|
| -}
|
| -
|
| -gfx::NativeCursor GetNativeNorthSouthResizeCursor() {
|
| - return ui::kCursorNorthSouthResize;
|
| -}
|
| -
|
| -} // namespace views
|
|
|