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

Unified Diff: remoting/base/decoder_verbatim.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.h ('k') | remoting/base/decoder_verbatim.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 22543f968010746e9e88ebd817608ab23c808ca4..67b6cfa55877b6b27519ecaca1b21c80ac575e6e 100644
--- a/remoting/base/decoder_verbatim.h
+++ b/remoting/base/decoder_verbatim.h
@@ -18,15 +18,15 @@ class DecoderVerbatim : 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();
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.h ('k') | remoting/base/decoder_verbatim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698