| Index: third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| index abae03e67eb3e1c398d2653acccbc687a2a91c55..a1e835ac24602c71ca61d65e51737b2b02f31d4a 100644
|
| --- a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| @@ -93,7 +93,7 @@ class TestDisplayItem final : public DisplayItem {
|
| public:
|
| TestDisplayItem(const DisplayItemClientWrapper& 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(); }
|
| };
|
|
|
|
|