summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2015-06-15 15:57:05 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-15 22:57:31 +0000
commitbbc14878c2212664f7571a97d43da7b68d6d9b3d (patch)
tree7d3a9490b9117b4878837aac29fc44658112cf02 /cc/cc_tests.gyp
parent0fbd9a08a2e4ea452aae2d457d42414aa7d24a5d (diff)
downloadchromium_src-bbc14878c2212664f7571a97d43da7b68d6d9b3d.zip
chromium_src-bbc14878c2212664f7571a97d43da7b68d6d9b3d.tar.gz
chromium_src-bbc14878c2212664f7571a97d43da7b68d6d9b3d.tar.bz2
cc: Remove LayerTreeSettings::raster_enabled.
This was only used by tests to test using CC without a message loop, however this isn't a mode that CC has to perform in anymore now that WebView is using a cc::Display instead of a full compositor as its parent compositor. The setting caused the TileManager to be null sometimes, when it wouldn't otherwise. Convert some of the if (tile_manager_) branches to if (settings_.impl_side_painting) instead. R=enne, vmpstr BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1179143004 Cr-Commit-Position: refs/heads/master@{#334485}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 2da5544..169de6b 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -126,7 +126,6 @@
'trees/layer_tree_host_unittest_copyrequest.cc',
'trees/layer_tree_host_unittest_damage.cc',
'trees/layer_tree_host_unittest_delegated.cc',
- 'trees/layer_tree_host_unittest_no_message_loop.cc',
'trees/layer_tree_host_unittest_occlusion.cc',
'trees/layer_tree_host_unittest_picture.cc',
'trees/layer_tree_host_unittest_proxy.cc',