Index: Source/core/layout/LayoutImage.h |
diff --git a/Source/core/layout/LayoutImage.h b/Source/core/layout/LayoutImage.h |
index ff183a7b2c1b23caf085f1a1138b5946f76ab268..27599de9176501b54e5e8ed3549545d52b2d4a87 100644 |
--- a/Source/core/layout/LayoutImage.h |
+++ b/Source/core/layout/LayoutImage.h |
@@ -85,6 +85,8 @@ protected: |
void willBeDestroyed() override; |
+ void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
+ |
private: |
bool isImage() const override { return true; } |