diff options
Diffstat (limited to 'remoting/client/x11_view.cc')
-rw-r--r-- | remoting/client/x11_view.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/client/x11_view.cc b/remoting/client/x11_view.cc index 9ccdb88..07f2f87 100644 --- a/remoting/client/x11_view.cc +++ b/remoting/client/x11_view.cc @@ -133,6 +133,10 @@ void X11View::UnsetSolidFill() { // NOTIMPLEMENTED(); } +void X11View::SetConnectionState(ConnectionState s) { + // TODO(garykac): Implement. +} + void X11View::SetViewport(int x, int y, int width, int height) { // TODO(garykac): Implement. // NOTIMPLEMENTED(); |