Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1892)

Unified Diff: cc/trees/layer_tree_host_client.cc

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698