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

Unified Diff: cc/trees/layer_tree_host_unittest_serialization.cc

Issue 2141233002: cc: Clean up RecordingSource API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ContentLayerClient* painter from UpdateAndExpandInvalidation and sync to head Created 4 years, 4 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/trees/layer_tree_host_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_serialization.cc
diff --git a/cc/trees/layer_tree_host_unittest_serialization.cc b/cc/trees/layer_tree_host_unittest_serialization.cc
index 5172c3e61b67e8840016334fa7a719c7bb8b67a2..008a26dd531b2efb4eedb429b0eff06b0d8dea00 100644
--- a/cc/trees/layer_tree_host_unittest_serialization.cc
+++ b/cc/trees/layer_tree_host_unittest_serialization.cc
@@ -386,8 +386,8 @@ class LayerTreeHostSerializationTest : public testing::Test {
EXPECT_EQ(recording_source_src->GetSize(), recording_source_dst->GetSize());
EXPECT_TRUE(AreDisplayListDrawingResultsSame(
gfx::Rect(recording_source_src->GetSize()),
- recording_source_src->GetDisplayItemList(),
- recording_source_dst->GetDisplayItemList()));
+ picture_layer_src->GetDisplayItemList(),
+ picture_layer_dst->GetDisplayItemList()));
VerifySerializationAndDeserialization();
}
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698