| Index: remoting/client/ui/renderer_proxy.cc
|
| diff --git a/remoting/client/ui/renderer_proxy.cc b/remoting/client/ui/renderer_proxy.cc
|
| index 4b6a568da912373535ea42e48fb98ea89559e0f9..0c82a81352eecb732587dca185b5e39e1cc34582 100644
|
| --- a/remoting/client/ui/renderer_proxy.cc
|
| +++ b/remoting/client/ui/renderer_proxy.cc
|
| @@ -37,9 +37,10 @@ void RendererProxy::SetCursorPosition(float x, float y) {
|
| }
|
|
|
| void RendererProxy::SetCursorVisibility(bool visible) {
|
| + // Cursor visibility and position should be synchronized.
|
| RunTaskOnProperThread(
|
| base::Bind(&GlRenderer::OnCursorVisibilityChanged, renderer_, visible),
|
| - false);
|
| + true);
|
| }
|
|
|
| void RendererProxy::StartInputFeedback(float x, float y, float diameter) {
|
|
|