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

Unified Diff: cc/trees/layer_tree_host_client.h

Issue 845393002: cc: Create ProxyBeginFrameSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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.h
diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
index ac025f2ef7078b8ed8a4def8ae35715ba6f08627..996e10299c8a789545acc3d8e7083140af5187fb 100644
--- a/cc/trees/layer_tree_host_client.h
+++ b/cc/trees/layer_tree_host_client.h
@@ -52,10 +52,6 @@ class LayerTreeHostClient {
// Called when page scale animation has completed.
virtual void DidCompletePageScaleAnimation() = 0;
- // TODO(simonhong): Makes this to pure virtual function when client
- // implementation is ready.
- virtual void SendBeginFramesToChildren(const BeginFrameArgs& args) {}
-
// Requests that the client insert a rate limiting token in the shared main
// thread context's command stream that will block if the context gets too far
// ahead of the compositor's command stream. Only needed if the tree contains

Powered by Google App Engine
This is Rietveld 408576698