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

Unified Diff: remoting/base/decoder_verbatim.h

Issue 3141036: Revert 57112 - Rename (Host|Client)Message to Chromoting(Host|Client)Message.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- remoting/base/decoder_verbatim.h (revision 57114)
+++ remoting/base/decoder_verbatim.h (working copy)
@@ -18,15 +18,15 @@
UpdatedRects* update_rects,
Task* partial_decode_done,
Task* decode_done);
- virtual bool PartialDecode(ChromotingHostMessage* message);
+ virtual bool PartialDecode(HostMessage* message);
virtual void EndDecode();
void set_reverse_rows(bool reverse) { reverse_rows_ = reverse; }
private:
- bool HandleBeginRect(ChromotingHostMessage* message);
- bool HandleRectData(ChromotingHostMessage* message);
- bool HandleEndRect(ChromotingHostMessage* message);
+ bool HandleBeginRect(HostMessage* message);
+ bool HandleRectData(HostMessage* message);
+ bool HandleEndRect(HostMessage* 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