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; |