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

Unified Diff: remoting/client/plugin/pepper_view.cc

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/plugin/pepper_view.cc
diff --git a/remoting/client/plugin/pepper_view.cc b/remoting/client/plugin/pepper_view.cc
index 8aa9f11f64cccf495d559715b043725c4e319ddc..531ff6ca29a94e45305d5f136f5a962d913ea2cc 100644
--- a/remoting/client/plugin/pepper_view.cc
+++ b/remoting/client/plugin/pepper_view.cc
@@ -150,6 +150,10 @@ protocol::ClipboardStub* PepperView::GetClipboardStub() {
return instance_;
}
+protocol::CursorShapeStub* PepperView::GetCursorShapeStub() {
+ return instance_;
+}
+
void PepperView::SetView(const SkISize& view_size, const SkIRect& clip_area) {
bool view_changed = false;

Powered by Google App Engine
This is Rietveld 408576698