| Index: Source/core/layout/LayoutInline.h
|
| diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h
|
| index 4c0bd286cf88b4cdeb45178efd1000219ed549bc..b2510557a7a56411442d65e594906002da28c538 100644
|
| --- a/Source/core/layout/LayoutInline.h
|
| +++ b/Source/core/layout/LayoutInline.h
|
| @@ -177,7 +177,7 @@ private:
|
|
|
| virtual void childBecameNonInline(LayoutObject* child) override final;
|
|
|
| - virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) override final;
|
| + virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&, const LayoutRect&) override final;
|
|
|
| virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override final;
|
|
|
|
|