| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemListTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemListTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemListTest.cpp
|
| index a5fb85c63a9b32d89be6a4dcab650f92d688676c..bd85b848c565007a21fbf5adee6afcc7ecda89a9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemListTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemListTest.cpp
|
| @@ -63,7 +63,7 @@ class TestDisplayItem final : public DisplayItem {
|
| public:
|
| TestDisplayItem(const TestDisplayItemClient& client, Type type) : DisplayItem(client, type, sizeof(*this)) { }
|
|
|
| - void replay(GraphicsContext&) final { ASSERT_NOT_REACHED(); }
|
| + void replay(GraphicsContext&) const final { ASSERT_NOT_REACHED(); }
|
| void appendToWebDisplayItemList(WebDisplayItemList*) const final { ASSERT_NOT_REACHED(); }
|
| };
|
|
|
|
|