Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1358)

Unified Diff: remoting/host/host_status_observer.h

Issue 10918224: Cross-platform plumbing for resize-to-client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/host_status_observer.h
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index 200b7d8d0f94b5fcbf03a1b3e259376bc7aa2e85..544fcadfe56c6cf276feb69fa97964322a884ae1 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -7,6 +7,8 @@
#include <string>
+#include "third_party/skia/include/core/SkRect.h"
+
namespace net {
class IPEndPoint;
} // namespace net
@@ -44,6 +46,9 @@ class HostStatusObserver {
const std::string& channel_name,
const protocol::TransportRoute& route) {}
+ // Called when the client view dimensions change.
+ virtual void OnClientDimensionsChanged(const SkISize& size) {}
Wez 2012/09/15 22:39:08 Include the client jid here, so that in future we
Jamie 2012/09/19 22:35:07 Done.
+
// Called when hosting is started for an account.
virtual void OnStart(const std::string& xmpp_login) {}

Powered by Google App Engine
This is Rietveld 408576698