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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp

Issue 2868283003: [SPv2] Renaming and refactor about raster invalidation tracking (Closed)
Patch Set: - Created 3 years, 7 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: third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp
index d1e2ead7c99f489db8b2e0851fe012f5bca1bf74..f3654483cdfb5c42aded6e3bf61e2f1afa95fa5b 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp
@@ -192,7 +192,7 @@ TEST_P(PaintInvalidationTest, DelayedFullPaintInvalidation) {
GetDocument().domWindow()->scrollTo(0, 4000);
GetDocument().View()->UpdateAllLifecyclePhases();
const auto& raster_invalidations =
- GetRasterInvalidationTracking()->tracked_raster_invalidations;
+ GetRasterInvalidationTracking()->invalidations;
ASSERT_EQ(1u, raster_invalidations.size());
EXPECT_EQ(kPaintInvalidationNone, target->FullPaintInvalidationReason());
EXPECT_EQ(IntRect(0, 4000, 100, 100), raster_invalidations[0].rect);

Powered by Google App Engine
This is Rietveld 408576698