| Index: remoting/test/protocol_perftest.cc
|
| diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
|
| index 355a5af3ff0f83226169eb98850cffb555086048..77c06d872653531fc5f7acedcb2f3bc5e5e4c30e 100644
|
| --- a/remoting/test/protocol_perftest.cc
|
| +++ b/remoting/test/protocol_perftest.cc
|
| @@ -140,6 +140,8 @@ class ProtocolPerfTest
|
| void SetPairingResponse(
|
| const protocol::PairingResponse& pairing_response) override {}
|
| void DeliverHostMessage(const protocol::ExtensionMessage& message) override {}
|
| + void SetDesktopSize(const webrtc::DesktopSize& size,
|
| + const webrtc::DesktopVector& dpi) override {}
|
| protocol::ClipboardStub* GetClipboardStub() override { return nullptr; }
|
| protocol::CursorShapeStub* GetCursorShapeStub() override {
|
| return &cursor_shape_stub_;
|
|
|