| Index: remoting/host/chromoting_host.h
 | 
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
 | 
| index a700c24efaf0231d47b1e38c743194db0401b882..4742f94fd993b3df86185f45448f896d47a877f6 100644
 | 
| --- a/remoting/host/chromoting_host.h
 | 
| +++ b/remoting/host/chromoting_host.h
 | 
| @@ -20,6 +20,7 @@
 | 
|  #include "remoting/protocol/authenticator.h"
 | 
|  #include "remoting/protocol/session_manager.h"
 | 
|  #include "remoting/protocol/connection_to_client.h"
 | 
| +#include "third_party/skia/include/core/SkSize.h"
 | 
|  
 | 
|  namespace remoting {
 | 
|  
 | 
| @@ -115,6 +116,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
 | 
|        ClientSession* session,
 | 
|        const std::string& channel_name,
 | 
|        const protocol::TransportRoute& route) OVERRIDE;
 | 
| +  virtual void OnClientDimensionsChanged(ClientSession* session,
 | 
| +                                         const SkISize& size) OVERRIDE;
 | 
|  
 | 
|    // SessionManager::Listener implementation.
 | 
|    virtual void OnSessionManagerReady() OVERRIDE;
 | 
| 
 |