| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index c5a2c97ef104e1cf906e26be2ff63bcf9da4400c..f25aed9547f63297553e77e2059017b04dc047f0 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -972,6 +972,7 @@ 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;
|
|
|
|
|