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

Unified Diff: ui/base/cursor/cursor_mac.mm

Issue 110283005: Make aura_demo work on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix resolve 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 | « ui/base/clipboard/custom_data_helper_mac.mm ('k') | ui/base/view_prop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursor_mac.mm
diff --git a/ui/base/cursor/cursor_null.cc b/ui/base/cursor/cursor_mac.mm
similarity index 88%
copy from ui/base/cursor/cursor_null.cc
copy to ui/base/cursor/cursor_mac.mm
index ffb3def6c7b053e97c49fb66138575bf02c9a1ac..990b0d81ed3f56f5c07355c58f8ec58e4ee87718 100644
--- a/ui/base/cursor/cursor_null.cc
+++ b/ui/base/cursor/cursor_mac.mm
@@ -7,9 +7,11 @@
namespace ui {
void Cursor::RefCustomCursor() {
+ // TODO(macguru):
}
void Cursor::UnrefCustomCursor() {
+ // TODO(macguru):
}
} // namespace ui
« no previous file with comments | « ui/base/clipboard/custom_data_helper_mac.mm ('k') | ui/base/view_prop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698