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

Unified Diff: remoting/codec/codec_test.h

Issue 10873047: Renamed Decoder -> VideoDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/client/rectangle_update_decoder.cc ('k') | remoting/codec/codec_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/codec_test.h
diff --git a/remoting/codec/codec_test.h b/remoting/codec/codec_test.h
index e7168eda3dfcdf12f4ab23bfc74c5ffc15a89c9e..15d9f6aa745a5805bbf2bff8e9d6b276865fb803 100644
--- a/remoting/codec/codec_test.h
+++ b/remoting/codec/codec_test.h
@@ -11,7 +11,7 @@
namespace remoting {
-class Decoder;
+class VideoDecoder;
class Encoder;
Wez 2012/08/23 21:44:44 Will you rename Encoder in a follow-up CL?
kxing 2012/08/23 21:45:52 Of course. :)
// Generate test data and test the encoder for a regular encoding sequence.
@@ -25,11 +25,11 @@ void TestEncoder(Encoder* encoder, bool strict);
//
// If |strict| is set to true, this routine will make sure the updated rects
// are correct.
-void TestEncoderDecoder(Encoder* encoder, Decoder* decoder, bool strict);
+void TestEncoderDecoder(Encoder* encoder, VideoDecoder* decoder, bool strict);
// Generate a frame containing a gradient, and test the encoder and decoder
// pair.
-void TestEncoderDecoderGradient(Encoder* encoder, Decoder* decoder,
+void TestEncoderDecoderGradient(Encoder* encoder, VideoDecoder* decoder,
const SkISize& screen_size,
const SkISize& view_size,
double max_error_limit,
« no previous file with comments | « remoting/client/rectangle_update_decoder.cc ('k') | remoting/codec/codec_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698