From 483bd5e90c9fc81ac3ed7b238f0bc43ba20c0c1a Mon Sep 17 00:00:00 2001
From: "danakj@chromium.org"
 <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Fri, 29 Mar 2013 16:25:47 +0000
Subject: =?UTF-8?q?cc:=20Add=20=E2=80=98chromium=5Fcode=E2=80=99:=201=20to?=
 =?UTF-8?q?=20cc.gyp=20and=20cc=5Ftests.gyp?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

And fix compile errors that it causes.

Review URL: https://codereview.chromium.org/13206004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191364 0039d316-1c4b-4281-b951-d872f2087c98
---
 cc/trees/thread_proxy.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'cc/trees/thread_proxy.cc')

diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
index 8629701..a09850a 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) {
-- 
cgit v1.1