Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ui / base / cursor / cursor_loader_android.cc
blob85dbf3c53c387c54b87e8608a8564ebfd0450d58
1 // Copyright 2015 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_loader.h"
7 #include "base/logging.h"
9 namespace ui {
11 CursorLoader* CursorLoader::Create() {
12 NOTIMPLEMENTED();
13 return nullptr;
16 } // namespace ui