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

Unified Diff: third_party/WebKit/Source/web/tests/WebFrameTest.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
« no previous file with comments | « third_party/WebKit/Source/web/tests/VisualViewportTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
index 7d90d5eebb902e2152207158bfe350be40685167..8a650129fd23a7f8bd156dba994e694bad549f9e 100644
--- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
@@ -10947,8 +10947,7 @@ TEST_F(WebFrameTest, RootLayerMinimumHeight) {
->GraphicsLayerBacking()
->GetRasterInvalidationTracking();
ASSERT_TRUE(invalidation_tracking);
- const auto* raster_invalidations =
- &invalidation_tracking->tracked_raster_invalidations;
+ const auto* raster_invalidations = &invalidation_tracking->invalidations;
// The newly revealed content at the bottom of the screen should have been
// invalidated. There are additional invalidations for the position: fixed
« no previous file with comments | « third_party/WebKit/Source/web/tests/VisualViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698