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

Unified Diff: remoting/host/encoder_vp8.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/encoder_verbatim.cc ('k') | remoting/host/encoder_vp8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/encoder_vp8.h
diff --git a/remoting/host/encoder_vp8.h b/remoting/host/encoder_vp8.h
index e8c73b7a80f1314465db6bf86fc3fcf87191e30b..1cd16acd4bef4b4977743a3c8eedd03d5ace5c09 100644
--- a/remoting/host/encoder_vp8.h
+++ b/remoting/host/encoder_vp8.h
@@ -32,7 +32,7 @@ class EncoderVp8 : public 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);
« no previous file with comments | « remoting/host/encoder_verbatim.cc ('k') | remoting/host/encoder_vp8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698