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

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: Use ClientStub instead of CursorShapeStub 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..1035d3c7fc2244ee76f3706dd8f883ae5b52a8ac 100644
--- a/remoting/client/chromoting_view.h
+++ b/remoting/client/chromoting_view.h
@@ -12,6 +12,7 @@ namespace remoting {
namespace protocol {
class ClipboardStub;
+class CursorShapeStub;
} // namespace protocol
// ChromotingView defines the behavior of an object that draws a view of the
@@ -33,6 +34,9 @@ class ChromotingView {
// Get the view's ClipboardStub implementation.
virtual protocol::ClipboardStub* GetClipboardStub() = 0;
+
+ // Get the view's CursorShapeStub implementation.
+ virtual protocol::CursorShapeStub* GetCursorShapeStub() = 0;
};
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698