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

Unified Diff: remoting/client/rectangle_update_decoder.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 | « no previous file | remoting/client/rectangle_update_decoder.cc » ('j') | remoting/codec/codec_test.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/rectangle_update_decoder.h
diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h
index afe0f28966e17c1da02632f6d69d1b2198f3aa18..3d61b972f20228bd5e6df05ff2e9eb796b65041a 100644
--- a/remoting/client/rectangle_update_decoder.h
+++ b/remoting/client/rectangle_update_decoder.h
@@ -70,7 +70,7 @@ class RectangleUpdateDecoder
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
scoped_refptr<FrameConsumerProxy> consumer_;
- scoped_ptr<Decoder> decoder_;
+ scoped_ptr<VideoDecoder> decoder_;
// Remote screen size in pixels.
SkISize source_size_;
« no previous file with comments | « no previous file | remoting/client/rectangle_update_decoder.cc » ('j') | remoting/codec/codec_test.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698