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

Unified Diff: cc/layers/picture_layer_unittest.cc

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (Closed)
Patch Set: test update Created 4 years, 2 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
« no previous file with comments | « cc/layers/picture_layer.cc ('k') | cc/layers/solid_color_scrollbar_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_layer_unittest.cc
diff --git a/cc/layers/picture_layer_unittest.cc b/cc/layers/picture_layer_unittest.cc
index 1cb360c7b0c1640da85f10bc83b88aa9b6161588..c3645ed549b9d9d12277771d998e1fd939822517 100644
--- a/cc/layers/picture_layer_unittest.cc
+++ b/cc/layers/picture_layer_unittest.cc
@@ -70,7 +70,7 @@ class TestSerializationPictureLayer : public PictureLayer {
LayerTreeHostInProcess* host) {
std::vector<uint32_t> engine_picture_ids = GetPictureIds();
proto::LayerProperties proto;
- LayerSpecificPropertiesToProto(&proto);
+ LayerSpecificPropertiesToProto(&proto, false);
FakeEnginePictureCache* engine_picture_cache =
static_cast<FakeEnginePictureCache*>(host->engine_picture_cache());
« no previous file with comments | « cc/layers/picture_layer.cc ('k') | cc/layers/solid_color_scrollbar_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698