| Index: remoting/client/gl_cursor_feedback_texture.cc
|
| diff --git a/remoting/client/gl_cursor_feedback_texture.cc b/remoting/client/gl_cursor_feedback_texture.cc
|
| index 5a572750f261bdb4aad5fca7b1ff9e37e6249c64..7a82b328651c70a5f06410c80f92eac20cc76e5f 100644
|
| --- a/remoting/client/gl_cursor_feedback_texture.cc
|
| +++ b/remoting/client/gl_cursor_feedback_texture.cc
|
| @@ -34,7 +34,7 @@ uint32_t GetColorByRadius(float radius) {
|
|
|
| if (ring_index < 0) {
|
| NOTREACHED();
|
| - return -1;
|
| + return 0;
|
| }
|
|
|
| if (ring_index == kColorRingsCount - 1) {
|
|
|