| Index: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| index a5c53a9cbd6060ade4ca58f9ce8e4a12426d1bc0..4db99ab772c9aa9b97195674bcec78cbd4dced3f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| @@ -2113,6 +2113,8 @@ class PaintControllerUnderInvalidationTest
|
| }
|
|
|
| void TestNoopPairsInSubsequence() {
|
| + EXPECT_FALSE(GetPaintController().LastDisplayItemIsSubsequenceEnd());
|
| +
|
| FakeDisplayItemClient container("container");
|
| GraphicsContext context(GetPaintController());
|
|
|
| @@ -2140,6 +2142,8 @@ class PaintControllerUnderInvalidationTest
|
| DrawRect(context, container, kBackgroundDrawingType,
|
| FloatRect(100, 100, 100, 100));
|
| }
|
| + EXPECT_TRUE(GetPaintController().LastDisplayItemIsSubsequenceEnd());
|
| +
|
| GetPaintController().CommitNewDisplayItems();
|
|
|
| #if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS
|
|
|