Index: cc/trees/proxy_impl.h |
diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h |
index abb3dd7599a8932ae44e0536149258b238629b4e..ed1e10edf0b77de16e3ce0b693049daf0d775661 100644 |
--- a/cc/trees/proxy_impl.h |
+++ b/cc/trees/proxy_impl.h |
@@ -26,8 +26,7 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient), |
public: |
ProxyImpl(ChannelImpl* channel_impl, |
LayerTreeHostInProcess* layer_tree_host, |
- TaskRunnerProvider* task_runner_provider, |
- std::unique_ptr<BeginFrameSource> external_begin_frame_source); |
+ TaskRunnerProvider* task_runner_provider); |
~ProxyImpl() override; |
// Virtual for testing. |
@@ -134,8 +133,6 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient), |
DelayedUniqueNotifier smoothness_priority_expiration_notifier_; |
- std::unique_ptr<BeginFrameSource> external_begin_frame_source_; |
- |
RenderingStatsInstrumentation* rendering_stats_instrumentation_; |
std::unique_ptr<LayerTreeHostImpl> layer_tree_host_impl_; |