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

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

Issue 10382184: [Chromoting] Initial plumbing for cursor shape. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra LOGs 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.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,

Powered by Google App Engine
This is Rietveld 408576698