diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 16:25:47 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 16:25:47 +0000 |
commit | 483bd5e90c9fc81ac3ed7b238f0bc43ba20c0c1a (patch) | |
tree | 247110282f86b0ec13f4846d05499b2d9743b978 /cc/trees/thread_proxy.cc | |
parent | fccf7fd4c76aaba79d34f6a34e39edb432df1b78 (diff) | |
download | chromium_src-483bd5e90c9fc81ac3ed7b238f0bc43ba20c0c1a.zip chromium_src-483bd5e90c9fc81ac3ed7b238f0bc43ba20c0c1a.tar.gz chromium_src-483bd5e90c9fc81ac3ed7b238f0bc43ba20c0c1a.tar.bz2 |
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
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
Diffstat (limited to 'cc/trees/thread_proxy.cc')
-rw-r--r-- | cc/trees/thread_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |