| Index: third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp b/third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp
|
| index 7cd0444cd59d411ee9600c52525e0528d03e0233..e89af5b107787ae323f747ebc74f500f58fcfcd8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp
|
| @@ -21,7 +21,7 @@ TEST_F(LayoutBoxTest, BackgroundObscuredInRect)
|
| "<div class='column'> <div> <div id='target' class='white-background'> <div class='black-background'></div> </div> </div> </div>");
|
| LayoutObject* layoutObject = getLayoutObjectByElementId("target");
|
| ASSERT_TRUE(layoutObject);
|
| - ASSERT_TRUE(layoutObject->boxDecorationBackgroundIsKnownToBeObscured());
|
| + ASSERT_TRUE(layoutObject->backgroundIsKnownToBeObscured());
|
| }
|
|
|
| } // namespace blink
|
|
|