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 { |
public: |
virtual ~ChromotingView() {} |