diff options
author | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-28 06:59:05 +0000 |
---|---|---|
committer | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-28 06:59:05 +0000 |
commit | 7be36d68bee0fc851e2a62dff6b71f85d746a019 (patch) | |
tree | 3aafaa1756e8cb0c7ed27065cdf4cf9533bcc018 /cc/test/fake_picture_layer_tiling_client.cc | |
parent | 96e6a10394c75edd20750add82a535a54bfebe9b (diff) | |
download | chromium_src-7be36d68bee0fc851e2a62dff6b71f85d746a019.zip chromium_src-7be36d68bee0fc851e2a62dff6b71f85d746a019.tar.gz chromium_src-7be36d68bee0fc851e2a62dff6b71f85d746a019.tar.bz2 |
Revert "cc: Allow activating to something other than high-res"
This reverts commit "
cc: Allow activating to something other than high-res
If the pending tree is only allowed to activate when it has all of its
high res visible tiles ready to draw, then this can starve activation in
cases where the pending tree could have activated earlier without a
flash.
...
"
R=enne@chromium.org
BUG=324002
Review URL: https://codereview.chromium.org/92363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_picture_layer_tiling_client.cc')
-rw-r--r-- | cc/test/fake_picture_layer_tiling_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_picture_layer_tiling_client.cc b/cc/test/fake_picture_layer_tiling_client.cc index 7ebd179..597e0d8 100644 --- a/cc/test/fake_picture_layer_tiling_client.cc +++ b/cc/test/fake_picture_layer_tiling_client.cc @@ -63,7 +63,7 @@ const Region* FakePictureLayerTilingClient::GetInvalidation() { } const PictureLayerTiling* FakePictureLayerTilingClient::GetTwinTiling( - const PictureLayerTiling* tiling) const { + const PictureLayerTiling* tiling) { return twin_tiling_; } |