summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_picture_layer_tiling_client.cc
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 23:52:24 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 23:52:24 +0000
commit785145baf07145f8dc412fc6aa3e48851181d353 (patch)
tree6cb02ca0f5cb0469eabc744d6c34b8b09ff772b2 /cc/test/fake_picture_layer_tiling_client.cc
parent876395c1e0a01c3889b0605d4779a772215e74de (diff)
downloadchromium_src-785145baf07145f8dc412fc6aa3e48851181d353.zip
chromium_src-785145baf07145f8dc412fc6aa3e48851181d353.tar.gz
chromium_src-785145baf07145f8dc412fc6aa3e48851181d353.tar.bz2
cc: Consolidate the analysis_canvas operations
This patch combines predictions (color, transparency, and cheapness) into one processing step. Also adds code to use color and transparency information. BUG=179548 Review URL: https://chromiumcodereview.appspot.com/12316084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186819 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.cc2
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 e3c2f6b..b0e6c8b 100644
--- a/cc/test/fake_picture_layer_tiling_client.cc
+++ b/cc/test/fake_picture_layer_tiling_client.cc
@@ -21,7 +21,7 @@ class FakeInfinitePicturePileImpl : public PicturePileImpl
};
FakePictureLayerTilingClient::FakePictureLayerTilingClient()
- : tile_manager_(&tile_manager_client_, NULL, 1, false),
+ : tile_manager_(&tile_manager_client_, NULL, 1, false, false, false),
pile_(new FakeInfinitePicturePileImpl()) {
}