Enable right clicking on the applist doodle web contents and log the data.
[chromium-blink-merge.git] / ui / base / cursor / cursor_android.cc
blobe33d739c2a5ad56c9a74ad1c977355cd557f321a
1 // Copyright 2014 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 #include "base/logging.h"
9 namespace ui {
11 void Cursor::RefCustomCursor() {
12 NOTIMPLEMENTED();
15 void Cursor::UnrefCustomCursor() {
16 NOTIMPLEMENTED();
19 } // namespace ui