| 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 f84159022ac501b555f2958f6790e741c0ed45b8..334d67b0ec18c6497f44a2c0e25d80cd7a6f612b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| @@ -1082,8 +1082,8 @@ TEST_P(PaintControllerTest, CachedSubsequenceSwapOrder) {
|
| UnorderedElementsAre(FloatRect(LayoutRect::infiniteIntRect())));
|
| }
|
|
|
| - // Simulate the situation when |container1| gets a z-index that is greater than
|
| - // that of |container2|.
|
| + // Simulate the situation when |container1| gets a z-index that is greater
|
| + // than that of |container2|.
|
| if (RuntimeEnabledFeatures::paintUnderInvalidationCheckingEnabled()) {
|
| // When under-invalidation-checking is enabled,
|
| // useCachedSubsequenceIfPossible is forced off, and the client is expected
|
|
|