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

Unified Diff: remoting/base/decoder_zlib.h

Issue 3161034: Rename (Host|Client)Message to Chromoting(Host|Client)Message. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix merge conflicts Created 10 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/base/decoder_verbatim_unittest.cc ('k') | remoting/base/decoder_zlib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decoder_zlib.h
diff --git a/remoting/base/decoder_zlib.h b/remoting/base/decoder_zlib.h
index 05f8a99e34a8e15a99bcb8a5c5f612f869eadbde..ee897ab66163ff2c15f725e33386f42cf41b8b4b 100644
--- a/remoting/base/decoder_zlib.h
+++ b/remoting/base/decoder_zlib.h
@@ -20,16 +20,16 @@ class DecoderZlib : public Decoder {
UpdatedRects* update_rects,
Task* partial_decode_done,
Task* decode_done);
- virtual bool PartialDecode(HostMessage* message);
+ virtual bool PartialDecode(ChromotingHostMessage* message);
virtual void EndDecode();
// TODO(hclam): Should make this into the Decoder interface.
void set_reverse_rows(bool reverse) { reverse_rows_ = reverse; }
private:
- bool HandleBeginRect(HostMessage* message);
- bool HandleRectData(HostMessage* message);
- bool HandleEndRect(HostMessage* message);
+ bool HandleBeginRect(ChromotingHostMessage* message);
+ bool HandleRectData(ChromotingHostMessage* message);
+ bool HandleEndRect(ChromotingHostMessage* message);
// The internal state of the decoder.
State state_;
« no previous file with comments | « remoting/base/decoder_verbatim_unittest.cc ('k') | remoting/base/decoder_zlib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698