| Index: cc/trees/proxy_impl.h
|
| diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h
|
| index 13bc65f9cec628bc2f4c3435a02c69ce83a6a479..35ee0ccac55e42ea1f02059f788db08d4453ba00 100644
|
| --- a/cc/trees/proxy_impl.h
|
| +++ b/cc/trees/proxy_impl.h
|
| @@ -66,8 +66,6 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient),
|
|
|
| // LayerTreeHostImplClient implementation
|
| void DidLoseOutputSurfaceOnImplThread() override;
|
| - void CommitVSyncParameters(base::TimeTicks timebase,
|
| - base::TimeDelta interval) override;
|
| void SetBeginFrameSource(BeginFrameSource* source) override;
|
| void SetEstimatedParentDrawTime(base::TimeDelta draw_time) override;
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| @@ -138,8 +136,6 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient),
|
| DelayedUniqueNotifier smoothness_priority_expiration_notifier_;
|
|
|
| std::unique_ptr<BeginFrameSource> external_begin_frame_source_;
|
| - std::unique_ptr<BeginFrameSource> unthrottled_begin_frame_source_;
|
| - std::unique_ptr<SyntheticBeginFrameSource> synthetic_begin_frame_source_;
|
|
|
| RenderingStatsInstrumentation* rendering_stats_instrumentation_;
|
|
|
|
|