Chromium Code Reviews| Index: remoting/protocol/fake_connection_to_client.h |
| diff --git a/remoting/protocol/fake_connection_to_client.h b/remoting/protocol/fake_connection_to_client.h |
| index 2cb73b3f844d64406fdf42da16ae6dbb98713ae8..39440af3538fc7fc70c7a573ab5229675b57277d 100644 |
| --- a/remoting/protocol/fake_connection_to_client.h |
| +++ b/remoting/protocol/fake_connection_to_client.h |
| @@ -26,8 +26,9 @@ class FakeVideoStream : public protocol::VideoStream { |
| ~FakeVideoStream() override; |
| // protocol::VideoStream interface. |
| + void SetEventTimestampsSource(scoped_refptr<InputEventTimestampsSource> |
| + event_timestamps_source) override; |
|
Jamie
2016/10/14 20:30:30
Nit: Indentation.
Sergey Ulanov
2016/10/14 21:04:20
This was formatted by clang-format and I think it'
|
| void Pause(bool pause) override; |
| - void OnInputEventReceived(int64_t event_timestamp) override; |
| void SetLosslessEncode(bool want_lossless) override; |
| void SetLosslessColor(bool want_lossless) override; |
| void SetObserver(Observer* observer) override; |