| Index: cc/trees/remote_channel_impl.h
|
| diff --git a/cc/trees/remote_channel_impl.h b/cc/trees/remote_channel_impl.h
|
| index 485b155a4ff4ee1dad8309b56685226d9c13a6e2..83629379f7c31de96f5293ce3df667bc77bab761 100644
|
| --- a/cc/trees/remote_channel_impl.h
|
| +++ b/cc/trees/remote_channel_impl.h
|
| @@ -180,10 +180,6 @@ class CC_EXPORT RemoteChannelImpl : public ChannelImpl,
|
| bool success,
|
| const RendererCapabilities& capabilities) override;
|
| void DidCompletePageScaleAnimation() override;
|
| - void PostFrameTimingEventsOnMain(
|
| - std::unique_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
|
| - std::unique_ptr<FrameTimingTracker::MainFrameTimingSet> main_frame_events)
|
| - override;
|
| void BeginMainFrame(std::unique_ptr<BeginMainFrameAndCommitState>
|
| begin_main_frame_state) override;
|
|
|
|
|