| Index: remoting/client/gl_cursor_feedback.h
|
| diff --git a/remoting/client/gl_cursor_feedback.h b/remoting/client/gl_cursor_feedback.h
|
| index 055c0b0881da59f6e2df86288305269c43cd747e..6405efcee7dc4c92be956b0d89bbda5c8271ad7b 100644
|
| --- a/remoting/client/gl_cursor_feedback.h
|
| +++ b/remoting/client/gl_cursor_feedback.h
|
| @@ -28,7 +28,7 @@ class GlCursorFeedback {
|
| // If |canvas| is nullptr, nothing will happen when calling Draw().
|
| void SetCanvas(GlCanvas* canvas);
|
|
|
| - void StartAnimation(int x, int y, float diameter);
|
| + void StartAnimation(float x, float y, float diameter);
|
|
|
| // Returns true if animation is not finished, false otherwise. Does nothing
|
| // if the animation has stopped.
|
|
|