diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 01:23:38 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 01:23:38 +0000 |
commit | 555e75d02851c9e8ed138f49a6b254dfcac8c1c5 (patch) | |
tree | 685061ba27a9cc11e53096357f9450e06f7dbd83 /build/common.gypi | |
parent | 19cd4eb279d4ef9985d1cee3cf2a99fd20d61f14 (diff) | |
download | chromium_src-555e75d02851c9e8ed138f49a6b254dfcac8c1c5.zip chromium_src-555e75d02851c9e8ed138f49a6b254dfcac8c1c5.tar.gz chromium_src-555e75d02851c9e8ed138f49a6b254dfcac8c1c5.tar.bz2 |
Add command line switch for enabling threaded compositing
This is a patch against the patch in http://codereview.chromium.org/8139020/
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8163008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index f3c8f13..1d3c3aa 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -970,9 +970,6 @@ ['remoting==1', { 'defines': ['ENABLE_REMOTING=1'], }], - ['use_threaded_compositing==1', { - 'defines': ['WTF_USE_THREADED_COMPOSITING'], - }], ['p2p_apis==1', { 'defines': ['ENABLE_P2P_APIS=1'], }], |