| Index: cc/trees/layer_tree_host_client.cc
|
| diff --git a/ui/base/cursor/cursor_android.cc b/cc/trees/layer_tree_host_client.cc
|
| similarity index 52%
|
| copy from ui/base/cursor/cursor_android.cc
|
| copy to cc/trees/layer_tree_host_client.cc
|
| index e33d739c2a5ad56c9a74ad1c977355cd557f321a..8936cb19d095e85e68cb2021b33e4f286346e626 100644
|
| --- a/ui/base/cursor/cursor_android.cc
|
| +++ b/cc/trees/layer_tree_host_client.cc
|
| @@ -2,18 +2,15 @@
|
| // 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"
|
| +#include "cc/trees/layer_tree_host_client.h"
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace ui {
|
| +namespace cc {
|
|
|
| -void Cursor::RefCustomCursor() {
|
| - NOTIMPLEMENTED();
|
| +void LayerTreeHostClient::SendBeginFrameToChildren(const BeginFrameArgs& args) {
|
| + NOTREACHED();
|
| }
|
|
|
| -void Cursor::UnrefCustomCursor() {
|
| - NOTIMPLEMENTED();
|
| -}
|
| +} // namespace cc
|
|
|
| -} // namespace ui
|
|
|