summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 08:15:31 +0000
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 08:15:31 +0000
commiteda36f0f163d418975bf6971b324c69b185e2f47 (patch)
tree751a525f78254392d40aa7bf9074a3a992998706 /cc/cc_tests.gyp
parent3a26676b8391879d763174c8ea4aeb4364c34aca (diff)
downloadchromium_src-eda36f0f163d418975bf6971b324c69b185e2f47.zip
chromium_src-eda36f0f163d418975bf6971b324c69b185e2f47.tar.gz
chromium_src-eda36f0f163d418975bf6971b324c69b185e2f47.tar.bz2
cc: PictureLayerImpl with empty bounds should not have tiles
If a PictureLayer bounds is set to from non-empty to empty, PictureLayer::Update is skipped so the picture pile is not updated. In this case, the PictureLayerImpl should not have tilings. Internal bug b/11288267 BUG=276988 TEST=PictureLayerImplTest.EmptyBoundNonEmptyPile Review URL: https://codereview.chromium.org/32513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 5013856..226ab24 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -35,6 +35,7 @@
'layers/nine_patch_layer_unittest.cc',
'layers/picture_image_layer_impl_unittest.cc',
'layers/picture_layer_impl_unittest.cc',
+ 'layers/picture_layer_unittest.cc',
'layers/render_surface_unittest.cc',
'layers/scrollbar_layer_unittest.cc',
'layers/solid_color_layer_impl_unittest.cc',