| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index 1df25d80c442895b73a0d44a2411a5bb9d39db0d..41d5317539031bba59ea5424918535ed3b63210d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -263,7 +263,7 @@ private:
|
|
|
| void updateHitTestResult(HitTestResult&, const LayoutPoint&) final;
|
|
|
| - void imageChanged(WrappedImagePtr, const IntRect* = nullptr) final;
|
| + void imageChanged(bool, WrappedImagePtr, const IntRect* = nullptr) final;
|
|
|
| void addAnnotatedRegions(Vector<AnnotatedRegionValue>&) final;
|
|
|
|
|