Index: Source/platform/graphics/paint/CachedDisplayItem.h |
diff --git a/Source/platform/graphics/paint/CachedDisplayItem.h b/Source/platform/graphics/paint/CachedDisplayItem.h |
index d7ee89820646b4797a6d0833128306a000536fed..7db5e491120859a0e4047288d893d0e578c2662e 100644 |
--- a/Source/platform/graphics/paint/CachedDisplayItem.h |
+++ b/Source/platform/graphics/paint/CachedDisplayItem.h |
@@ -23,8 +23,8 @@ public: |
private: |
// CachedDisplayItem is never replayed or appended to WebDisplayItemList. |
- virtual void replay(GraphicsContext&) override final { ASSERT_NOT_REACHED(); } |
- virtual void appendToWebDisplayItemList(WebDisplayItemList*) const override final { ASSERT_NOT_REACHED(); } |
+ void replay(GraphicsContext&) final { ASSERT_NOT_REACHED(); } |
+ void appendToWebDisplayItemList(WebDisplayItemList*) const final { ASSERT_NOT_REACHED(); } |
}; |
} // namespace blink |