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

Unified Diff: remoting/client/x11_view.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/client/x11_input_handler.cc ('k') | remoting/client/x11_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/x11_view.h
diff --git a/remoting/client/x11_view.h b/remoting/client/x11_view.h
index d2a52d5b68e5dfa69af0d821f8034bce55074d97..3ae7f2a8d0f6b08f1b2fe8135fe3ea3f38375e8b 100644
--- a/remoting/client/x11_view.h
+++ b/remoting/client/x11_view.h
@@ -29,9 +29,9 @@ class X11View : public ChromotingView {
virtual void UnsetSolidFill();
virtual void SetViewport(int x, int y, int width, int height);
virtual void SetHostScreenSize(int width, int height);
- virtual void HandleBeginUpdateStream(HostMessage* msg);
- virtual void HandleUpdateStreamPacket(HostMessage* msg);
- virtual void HandleEndUpdateStream(HostMessage* msg);
+ virtual void HandleBeginUpdateStream(ChromotingHostMessage* msg);
+ virtual void HandleUpdateStreamPacket(ChromotingHostMessage* msg);
+ virtual void HandleEndUpdateStream(ChromotingHostMessage* msg);
Display* display() { return display_; }
« no previous file with comments | « remoting/client/x11_input_handler.cc ('k') | remoting/client/x11_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698