| 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
|
|
|