| Index: third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp b/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| index 45d191c6f4cb8c19b42634913b925b4db4301b08..93985d777527a6f5c7da37e7252dbad3e535a4e9 100644
|
| --- a/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| @@ -277,8 +277,8 @@ TEST_F(DocumentLoadingRenderingTest, ShouldNotPaintIframeContentWithPendingSheet
|
| // Check that the DisplayItemList has no subsequene caching markers. These are not allowed in pending-style-sheets mode
|
| // since otherwise caching would be incorrect.
|
| ASSERT_EQ(2u, displayItemList.size());
|
| - EXPECT_EQ(DisplayItem::DocumentBackground, displayItemList[0].getType());
|
| - EXPECT_EQ(DisplayItem::BoxDecorationBackground, displayItemList[1].getType());
|
| + EXPECT_EQ(DisplayItem::kDocumentBackground, displayItemList[0].getType());
|
| + EXPECT_EQ(DisplayItem::kBoxDecorationBackground, displayItemList[1].getType());
|
|
|
| // 1 for the main frame background (white),
|
| // 1 for the iframe background (pink)
|
|
|