 Chromium Code Reviews
 Chromium Code Reviews Issue 10918224:
  Cross-platform plumbing for resize-to-client  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10918224:
  Cross-platform plumbing for resize-to-client  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: remoting/host/chromoting_host.h | 
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h | 
| index bd731ca5643b36f258aa439eaae75af5d1fcbea8..35276b9931015d611a4a6bd7f638e2e0e621c9e1 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 { | 
| @@ -116,6 +117,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, | 
| const std::string& channel_name, | 
| const protocol::TransportRoute& route) OVERRIDE; | 
| 
Wez
2012/09/15 22:39:08
nit: remove blank line
 
Jamie
2012/09/19 22:35:07
Done.
 | 
| + virtual void OnClientDimensionsChanged(const SkISize& size) OVERRIDE; | 
| + | 
| // SessionManager::Listener implementation. | 
| virtual void OnSessionManagerReady() OVERRIDE; | 
| virtual void OnIncomingSession( |