Enable right clicking on the applist doodle web contents and log the data.
[chromium-blink-merge.git] / ui / base / cursor / cursor_win.cc
blob2d4aafea8d53de85435e45ac3bff1b27a78a188e
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/base/cursor/cursor.h"
7 namespace ui {
9 void Cursor::RefCustomCursor() {
10 // TODO(winguru):
13 void Cursor::UnrefCustomCursor() {
14 // TODO(winguru):
17 } // namespace ui