| Index: remoting/client/gl_cursor.cc
|
| diff --git a/remoting/client/gl_cursor.cc b/remoting/client/gl_cursor.cc
|
| index ceab13e7ade80db529c438ec37b9e23860de85d1..152923ad468d9607f2565ef69faa69e34e11148d 100644
|
| --- a/remoting/client/gl_cursor.cc
|
| +++ b/remoting/client/gl_cursor.cc
|
| @@ -49,7 +49,7 @@ void GlCursor::SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) {
|
| SetCursorPosition(cursor_x_, cursor_y_);
|
| }
|
|
|
| -void GlCursor::SetCursorPosition(int x, int y) {
|
| +void GlCursor::SetCursorPosition(float x, float y) {
|
| cursor_x_ = x;
|
| cursor_y_ = y;
|
| if (!current_cursor_data_) {
|
|
|