| Index: remoting/client/plugin/pepper_view.h
|
| diff --git a/remoting/client/plugin/pepper_view.h b/remoting/client/plugin/pepper_view.h
|
| index 30f0df09d28b89797874feab1bf0b54eb2e271a5..8827eecafb4aae174a3f01f61789c4c99eb7818a 100644
|
| --- a/remoting/client/plugin/pepper_view.h
|
| +++ b/remoting/client/plugin/pepper_view.h
|
| @@ -43,6 +43,10 @@ class PepperView : public ChromotingView,
|
| protocol::ErrorCode error) OVERRIDE;
|
| virtual protocol::ClipboardStub* GetClipboardStub() OVERRIDE;
|
|
|
| + // CursorShapeStub implementation.
|
| + virtual void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape)
|
| + OVERRIDE;
|
| +
|
| // FrameConsumer implementation.
|
| virtual void ApplyBuffer(const SkISize& view_size,
|
| const SkIRect& clip_area,
|
|
|