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

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: Incorprate review feedback, fix builds Created 6 years, 12 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
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

Powered by Google App Engine
This is Rietveld 408576698