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

Unified Diff: remoting/client/chromoting_view.h

Issue 10382184: [Chromoting] Initial plumbing for cursor shape. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra LOGs Created 8 years, 7 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
Index: remoting/client/chromoting_view.h
diff --git a/remoting/client/chromoting_view.h b/remoting/client/chromoting_view.h
index af9a5ac850f0945b57125435d95bf7285552ab0c..1806210a41aded5cd0f0c3b9ebf7556aa2d914f2 100644
--- a/remoting/client/chromoting_view.h
+++ b/remoting/client/chromoting_view.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "remoting/protocol/connection_to_host.h"
+#include "remoting/protocol/cursor_shape_stub.h"
namespace remoting {
@@ -17,7 +18,7 @@ class ClipboardStub;
// ChromotingView defines the behavior of an object that draws a view of the
// remote desktop. Its main function is to render the update stream onto the
// screen.
-class ChromotingView {
+class ChromotingView : public protocol::CursorShapeStub {
Wez 2012/05/23 00:01:57 Expose CursorShapeStub via a getter, as for Clipbo
garykac 2012/05/26 01:58:01 ClipboardStub is a getter because is passes the me
Wez 2012/05/29 18:02:54 That's a detail of this implementation, not intrin
public:
virtual ~ChromotingView() {}

Powered by Google App Engine
This is Rietveld 408576698