| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 862970173050ebab228f802c4cbb6f649c7be538..a09850a5ece8968e1f7868140f1c74fe0202676a 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -340,7 +340,7 @@ void ThreadProxy::RequestVSyncNotification(VSyncClient* client) {
|
| TRACE_EVENT1(
|
| "cc", "ThreadProxy::RequestVSyncNotification", "enable", !!client);
|
| vsync_client_ = client;
|
| - layer_tree_host_impl_->EnableVSyncNotification(client);
|
| + layer_tree_host_impl_->EnableVSyncNotification(!!client);
|
| }
|
|
|
| void ThreadProxy::OnCanDrawStateChanged(bool can_draw) {
|
|
|