| Index: third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFrame.h b/third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| index 8753c6c957f86481100e4889593443c084dcbde7..8f0b7283fb159725dec12fe66d747da1eb6d0136 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| @@ -36,6 +36,8 @@ public:
|
|
|
| FrameEdgeInfo edgeInfo() const;
|
|
|
| + void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
| +
|
| const char* name() const override { return "LayoutFrame"; }
|
|
|
| private:
|
|
|