Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2610)

Unified Diff: cc/test/fake_picture_layer_tiling_client.cc

Issue 12316084: cc: Consolidate the analysis_canvas operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added constant instead of -1 Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: 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 e3c2f6b8c5fd11a6f8f6af685e6dad8dd72b58b4..b0e6c8b9d12ae8ecac7f6bddf82a274be5799250 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()) {
}

Powered by Google App Engine
This is Rietveld 408576698