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.h | |
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.h')
-rw-r--r-- | cc/test/fake_picture_layer_tiling_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_picture_layer_tiling_client.h b/cc/test/fake_picture_layer_tiling_client.h index 4b092e8..1ad9c24 100644 --- a/cc/test/fake_picture_layer_tiling_client.h +++ b/cc/test/fake_picture_layer_tiling_client.h @@ -34,7 +34,7 @@ class FakePictureLayerTilingClient : public PictureLayerTilingClient { virtual const Region* GetInvalidation() OVERRIDE; virtual const PictureLayerTiling* GetTwinTiling( - const PictureLayerTiling* tiling) const OVERRIDE; + const PictureLayerTiling* tiling) OVERRIDE; void set_twin_tiling(PictureLayerTiling* tiling) { twin_tiling_ = tiling; } void set_text_rect(gfx::Rect rect) { text_rect_ = rect; } |