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

Unified Diff: remoting/base/decoder_verbatim.h

Issue 3011010: Unit test for Encoder / Decoder for remoting (Closed)
Patch Set: fixed comments Created 10 years, 5 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/base/codec_test.cc ('k') | remoting/base/decoder_verbatim_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decoder_verbatim.h
diff --git a/remoting/base/decoder_verbatim.h b/remoting/base/decoder_verbatim.h
index ba97b5ee1a9c3e0df8ae6a788dd57b74c8f8aa23..22543f968010746e9e88ebd817608ab23c808ca4 100644
--- a/remoting/base/decoder_verbatim.h
+++ b/remoting/base/decoder_verbatim.h
@@ -21,6 +21,8 @@ class DecoderVerbatim : public Decoder {
virtual bool PartialDecode(HostMessage* message);
virtual void EndDecode();
+ void set_reverse_rows(bool reverse) { reverse_rows_ = reverse; }
+
private:
bool HandleBeginRect(HostMessage* message);
bool HandleRectData(HostMessage* message);
« no previous file with comments | « remoting/base/codec_test.cc ('k') | remoting/base/decoder_verbatim_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698