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

Unified Diff: remoting/base/decoder_row_based.cc

Issue 5068001: Move move classes to the remoting::protocol namespace. Minor cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes for windows Created 10 years, 1 month 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/input_handler.h » ('j') | remoting/protocol/client_control_sender.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decoder_row_based.cc
diff --git a/remoting/base/decoder_row_based.cc b/remoting/base/decoder_row_based.cc
index 8e34e1d0385cfa5ba2a7a3996e6b0b332fc2327d..a657331b713cf72ebdbf9ec9881f077acfdd0a84 100644
--- a/remoting/base/decoder_row_based.cc
+++ b/remoting/base/decoder_row_based.cc
@@ -66,8 +66,7 @@ void DecoderRowBased::Initialize(scoped_refptr<media::VideoFrame> frame) {
state_ = kReady;
}
-Decoder::DecodeResult DecoderRowBased::DecodePacket(
- const VideoPacket* packet) {
+Decoder::DecodeResult DecoderRowBased::DecodePacket(const VideoPacket* packet) {
UpdateStateForPacket(packet);
if (state_ == kError) {
« no previous file with comments | « no previous file | remoting/client/input_handler.h » ('j') | remoting/protocol/client_control_sender.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698