summaryrefslogtreecommitdiffstats
path: root/ui/base/cursor/cursor_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/cursor/cursor_mac.mm')
-rw-r--r--ui/base/cursor/cursor_mac.mm17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/base/cursor/cursor_mac.mm b/ui/base/cursor/cursor_mac.mm
new file mode 100644
index 0000000..277717d
--- /dev/null
+++ b/ui/base/cursor/cursor_mac.mm
@@ -0,0 +1,17 @@
+// 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/base/cursor/cursor.h"
+
+namespace ui {
+
+void Cursor::RefCustomCursor() {
+ // TODO(macguru):
+}
+
+void Cursor::UnrefCustomCursor() {
+ // TODO(macguru):
+}
+
+} // namespace ui