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

Unified Diff: remoting/host/encoder_vp8.cc

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_vp8.h ('k') | remoting/host/encoder_vp8_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/encoder_vp8.cc
diff --git a/remoting/host/encoder_vp8.cc b/remoting/host/encoder_vp8.cc
index a1e45e7aeab6dbd97199d583c209a5ef39042d54..231acd55ac88c8226fc35c48f17ed0a00410c4ae 100644
--- a/remoting/host/encoder_vp8.cc
+++ b/remoting/host/encoder_vp8.cc
@@ -56,7 +56,7 @@ void EncoderVp8::Encode(const DirtyRects& dirty_rects,
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_vp8.h ('k') | remoting/host/encoder_vp8_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698