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 5c1cc1d27b519ad52b8b736b64525da3ceb13c6a..9d1fa7737ec0190cb8f64db2aca59332a477ea4f 100644 |
--- a/cc/trees/layer_tree_host_client.h |
+++ b/cc/trees/layer_tree_host_client.h |
@@ -36,9 +36,6 @@ class LayerTreeHostClient { |
virtual void DidCommitAndDrawFrame() = 0; |
virtual void DidCompleteSwapBuffers() = 0; |
- // Used only in the single-threaded path. |
- virtual void ScheduleComposite() = 0; |
- |
// If the client provides an OutputSurface bound to a 3d context for direct |
// rendering, this must return a provider that provides contexts usable from |
// the same thread as the OutputSurface's context. |