| Index: Source/core/rendering/RenderLayerModelObject.h
|
| diff --git a/Source/core/rendering/RenderLayerModelObject.h b/Source/core/rendering/RenderLayerModelObject.h
|
| index 034c05237833ac61b77cce4a20f3967cd95939ad..42f11839a095d08e9d3daff4f043e21dfc3c76a1 100644
|
| --- a/Source/core/rendering/RenderLayerModelObject.h
|
| +++ b/Source/core/rendering/RenderLayerModelObject.h
|
| @@ -58,7 +58,7 @@ protected:
|
|
|
| virtual void willBeDestroyed() OVERRIDE;
|
|
|
| - virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* = 0, const LayoutPoint& = LayoutPoint()) const OVERRIDE;
|
| + virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, const LayoutRect&) const OVERRIDE;
|
|
|
| private:
|
| virtual bool isLayerModelObject() const OVERRIDE FINAL { return true; }
|
|
|