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