| Index: cc/test/fake_layer_tree_host_impl_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
|
| index f3e8e9850e331c3071949aeff21f76040731cf54..8fc8ab4a763cbfbe9fe4bf36dffbe888fa8ea9da 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef CC_TEST_FAKE_LAYER_TREE_HOST_IMPL_CLIENT_H_
|
| #define CC_TEST_FAKE_LAYER_TREE_HOST_IMPL_CLIENT_H_
|
|
|
| -#include "cc/debug/frame_timing_tracker.h"
|
| #include "cc/output/begin_frame_args.h"
|
| #include "cc/trees/layer_tree_host_impl.h"
|
|
|
| @@ -42,10 +41,6 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| void DidPrepareTiles() override {}
|
| void DidCompletePageScaleAnimationOnImplThread() override {}
|
| void OnDrawForOutputSurface(bool resourceless_software_draw) override {}
|
| - void PostFrameTimingEventsOnImplThread(
|
| - std::unique_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
|
| - std::unique_ptr<FrameTimingTracker::MainFrameTimingSet> main_frame_events)
|
| - override {}
|
| };
|
|
|
| } // namespace cc
|
|
|