| Index: cc/trees/channel_impl.h
|
| diff --git a/cc/trees/channel_impl.h b/cc/trees/channel_impl.h
|
| index f2c29338eaf26d06fa49fb176a33a042081b6b01..c0985b7e03e68f6145c981e1aeb50ef52359fb6b 100644
|
| --- a/cc/trees/channel_impl.h
|
| +++ b/cc/trees/channel_impl.h
|
| @@ -6,7 +6,6 @@
|
| #define CC_TREES_CHANNEL_IMPL_H_
|
|
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/debug/frame_timing_tracker.h"
|
| #include "cc/output/renderer_capabilities.h"
|
| #include "cc/trees/proxy_common.h"
|
|
|
| @@ -33,10 +32,6 @@ class CC_EXPORT ChannelImpl {
|
| bool success,
|
| const RendererCapabilities& capabilities) = 0;
|
| virtual void DidCompletePageScaleAnimation() = 0;
|
| - virtual void PostFrameTimingEventsOnMain(
|
| - std::unique_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
|
| - std::unique_ptr<FrameTimingTracker::MainFrameTimingSet>
|
| - main_frame_events) = 0;
|
| virtual void BeginMainFrame(
|
| std::unique_ptr<BeginMainFrameAndCommitState> begin_main_frame_state) = 0;
|
|
|
|
|