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

Unified Diff: remoting/host/session_manager.h

Issue 2745006: Implement a chromoting client using X11 (Closed)
Patch Set: removed all.gyp Created 10 years, 6 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
« no previous file with comments | « remoting/host/mock_objects.h ('k') | remoting/host/session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/session_manager.h
diff --git a/remoting/host/session_manager.h b/remoting/host/session_manager.h
index 2a880201556cb2f0aaec307974152341b6db1c89..677e3bda0ae64e9f31ea6a4b8439b6a20136f57e 100644
--- a/remoting/host/session_manager.h
+++ b/remoting/host/session_manager.h
@@ -104,7 +104,7 @@ class SessionManager : public base::RefCountedThreadSafe<SessionManager> {
void DoFinishEncode();
void DoEncode();
void DoSendUpdate(
- chromotocol_pb::UpdateStreamPacketHeader* header,
+ UpdateStreamPacketHeader* header,
scoped_refptr<media::DataBuffer> encoded_data,
bool begin_update,
bool end_update);
@@ -168,11 +168,11 @@ class SessionManager : public base::RefCountedThreadSafe<SessionManager> {
int capture_data_strides_[3];
int capture_width_;
int capture_height_;
- chromotocol_pb::PixelFormat capture_pixel_format_;
+ PixelFormat capture_pixel_format_;
// The following members are accessed on the encode thread.
// Output parameter written by Encoder to carry encoded data.
- chromotocol_pb::UpdateStreamPacketHeader encoded_data_header_;
+ UpdateStreamPacketHeader encoded_data_header_;
scoped_refptr<media::DataBuffer> encoded_data_;
// True if we have started receiving encoded data from the Encoder.
« no previous file with comments | « remoting/host/mock_objects.h ('k') | remoting/host/session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698