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

Unified Diff: remoting/protocol/connection_to_client.h

Issue 4476003: Add VideoPacket struct for video packets. Refactor Decode interface to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed compilation on windows and mac Created 10 years, 1 month 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/protocol/connection_to_client.h
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
index ee8b1d7e4f6b4a6d632b3fcfefd37d768a168faf..ddec08ccd86a3be769fac6fce4afc0af821ca96e 100644
--- a/remoting/protocol/connection_to_client.h
+++ b/remoting/protocol/connection_to_client.h
@@ -63,9 +63,6 @@ class ConnectionToClient :
// Returns the connection in use.
virtual protocol::Session* session();
- // Send information to the client for initialization.
- virtual void SendInitClientMessage(int width, int height);
-
// Send encoded update stream data to the viewer.
virtual void SendVideoPacket(const VideoPacket& packet);

Powered by Google App Engine
This is Rietveld 408576698