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

Unified Diff: ui/base/cursor/cursor_android.cc

Issue 127043005: Adds NOTIMPLEMENTED cursor for android and includes path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clipboard_android->cursor_android Created 6 years, 11 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/gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursor_android.cc
diff --git a/ui/base/cursor/cursor_null.cc b/ui/base/cursor/cursor_android.cc
similarity index 65%
copy from ui/base/cursor/cursor_null.cc
copy to ui/base/cursor/cursor_android.cc
index ffb3def6c7b053e97c49fb66138575bf02c9a1ac..e0666f45cddb587efed7b6db575fb0afd0b60266 100644
--- a/ui/base/cursor/cursor_null.cc
+++ b/ui/base/cursor/cursor_android.cc
@@ -1,15 +1,19 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 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/base/cursor/cursor.h"
+#include "base/logging.h"
+
namespace ui {
void Cursor::RefCustomCursor() {
+ NOTIMPLEMENTED();
}
void Cursor::UnrefCustomCursor() {
+ NOTIMPLEMENTED();
}
} // namespace ui
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698