Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
index b66051133358b7eef5c5d95627e5bbc24c110338..8d146dbd29eed715e0b69f1f10c081b945c08aea 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
@@ -76,7 +76,6 @@ void PaintPropertyTreeBuilderTest::TearDown() { |
GeometryMapper geometryMapper; \ |
LayoutRect source((sourceLayoutObject)->localVisualRect()); \ |
source.moveBy((sourceLayoutObject)->paintOffset()); \ |
- bool success = false; \ |
const auto& contentsProperties = \ |
*(ancestorLayoutObject)->paintProperties()->contentsProperties(); \ |
LayoutRect actual = \ |
@@ -84,8 +83,7 @@ void PaintPropertyTreeBuilderTest::TearDown() { |
FloatRect(source), *(sourceLayoutObject) \ |
->paintProperties() \ |
->localBorderBoxProperties(), \ |
- contentsProperties, success)); \ |
- ASSERT_TRUE(success); \ |
+ contentsProperties)); \ |
actual.moveBy(-(ancestorLayoutObject)->paintOffset()); \ |
EXPECT_EQ(expected, actual) \ |
<< "GeometryMapper: expected: " << expected.toString() \ |