diff options
author | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 08:38:57 +0000 |
---|---|---|
committer | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 08:38:57 +0000 |
commit | c410a989feffdd7b1825b0600e9f32a3c01b4610 (patch) | |
tree | 34088f3608126326211b9f2039bfb549a539c5da /cc/cc_tests.gyp | |
parent | d5f4177dd7237b252c6083b18fb62e3990f85452 (diff) | |
download | chromium_src-c410a989feffdd7b1825b0600e9f32a3c01b4610.zip chromium_src-c410a989feffdd7b1825b0600e9f32a3c01b4610.tar.gz chromium_src-c410a989feffdd7b1825b0600e9f32a3c01b4610.tar.bz2 |
cc: Only consider layer clipped content rect for analysis
This fixes a problem in which tiles that are on the right and bottom edges of the viewport are not considered solid, even when the visible part of them is solid.
BUG=230875
Review URL: https://chromiumcodereview.appspot.com/14205005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 0406810..144cfb5 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -50,6 +50,7 @@ 'layers/picture_layer_impl_unittest.cc', 'resources/picture_layer_tiling_set_unittest.cc', 'resources/picture_layer_tiling_unittest.cc', + 'resources/picture_pile_impl_unittest.cc', 'resources/prioritized_resource_unittest.cc', 'trees/quad_culler_unittest.cc', 'base/region_unittest.cc', @@ -104,6 +105,8 @@ 'test/fake_layer_tree_host_impl.h', 'test/fake_picture_layer_tiling_client.cc', 'test/fake_picture_layer_tiling_client.h', + 'test/fake_picture_pile_impl.cc', + 'test/fake_picture_pile_impl.h', 'test/fake_proxy.cc', 'test/fake_proxy.h', 'test/fake_rendering_stats_instrumentation.h', |