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

Unified Diff: remoting/client/jni/chromoting_jni_runtime.h

Issue 23532072: Draw the mouse cursor in Chromoting Android client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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/jni/chromoting_jni_runtime.h
diff --git a/remoting/client/jni/chromoting_jni_runtime.h b/remoting/client/jni/chromoting_jni_runtime.h
index f16d03379fdaee3c76e3da28096daf53ee1d2e75..bfe85492a6b62e995f80d418d9523ebde6d1bb17 100644
--- a/remoting/client/jni/chromoting_jni_runtime.h
+++ b/remoting/client/jni/chromoting_jni_runtime.h
@@ -82,6 +82,9 @@ class ChromotingJniRuntime {
// Updates image dimensions and canvas memory space. Call on display thread.
void UpdateImageBuffer(int width, int height, jobject buffer);
+ // Updates cursor shape. Call on display thread.
+ void UpdateCursorShape(const protocol::CursorShapeInfo& cursor_shape);
+
// Draws the latest image buffer onto the canvas. Call on the display thread.
void RedrawCanvas();

Powered by Google App Engine
This is Rietveld 408576698