| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 0380fb26a2404fbfebf9e75c29c1e354d74eae98..4e3112411b06c097a9a9b9e6050ccffac03b2e94 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -973,7 +973,6 @@ public:
|
| virtual void imageChanged(ImageResource*, const IntRect* = 0) override final;
|
| virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) { }
|
| virtual bool willRenderImage(ImageResource*) override final;
|
| - virtual bool getImageAnimationPolicy(ImageResource*, ImageAnimationPolicy&) override final;
|
|
|
| void selectionStartEnd(int& spos, int& epos) const;
|
|
|
|
|