| Index: remoting/test/protocol_perftest.cc
|
| diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
|
| index df566af0808fb27a534cf8cdd6aec95445345773..ff91f6fa95835f28b3371ca5a41a94c1b9a62234 100644
|
| --- a/remoting/test/protocol_perftest.cc
|
| +++ b/remoting/test/protocol_perftest.cc
|
| @@ -149,6 +149,10 @@ class ProtocolPerfTest
|
| }
|
|
|
| // VideoRenderer interface.
|
| + bool Initialize(const ClientContext& client_context,
|
| + protocol::PerformanceTracker* perf_tracker) override {
|
| + return true;
|
| + }
|
| void OnSessionConfig(const protocol::SessionConfig& config) override {}
|
| protocol::VideoStub* GetVideoStub() override { return this; }
|
| protocol::FrameConsumer* GetFrameConsumer() override { return this; }
|
|
|