From 7be36d68bee0fc851e2a62dff6b71f85d746a019 Mon Sep 17 00:00:00 2001 From: "vmpstr@chromium.org" Date: Thu, 28 Nov 2013 06:59:05 +0000 Subject: 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 --- cc/test/fake_picture_layer_tiling_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/test/fake_picture_layer_tiling_client.cc') 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_; } -- cgit v1.1