| Index: third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| index 1e4dfa00e68902ec18f002992859d46ea010dcdf..1cdc4369c8b71739a8d7438bb448457873749132 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| @@ -23,7 +23,7 @@ public:
|
|
|
| private:
|
| // CachedDisplayItem is never replayed or appended to WebDisplayItemList.
|
| - void replay(GraphicsContext&) final { ASSERT_NOT_REACHED(); }
|
| + void replay(GraphicsContext&) const final { ASSERT_NOT_REACHED(); }
|
| void appendToWebDisplayItemList(WebDisplayItemList*) const final { ASSERT_NOT_REACHED(); }
|
| };
|
|
|
|
|