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

Unified Diff: remoting/host/encoder.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/client_connection_unittest.cc ('k') | remoting/host/encoder_verbatim.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/encoder.h
diff --git a/remoting/host/encoder.h b/remoting/host/encoder.h
index e3af66b2a4db0493d188a8d3478781defa82856e..53ddb63cbfd31a7350e4e1d9c720988478bc1999 100644
--- a/remoting/host/encoder.h
+++ b/remoting/host/encoder.h
@@ -44,7 +44,7 @@ class Encoder {
const uint8** input_data,
const int* strides,
bool key_frame,
- chromotocol_pb::UpdateStreamPacketHeader* header,
+ UpdateStreamPacketHeader* header,
scoped_refptr<media::DataBuffer>* output_data,
bool* encode_done,
Task* data_available_task) = 0;
@@ -55,7 +55,7 @@ class Encoder {
// Set the pixel format of the incoming images. Need to call this before
// calling Encode().
- virtual void SetPixelFormat(chromotocol_pb::PixelFormat pixel_format) = 0;
+ virtual void SetPixelFormat(PixelFormat pixel_format) = 0;
};
} // namespace remoting
« no previous file with comments | « remoting/host/client_connection_unittest.cc ('k') | remoting/host/encoder_verbatim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698