| Index: Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerStackingNode.h b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| index b786d43cd38e3e3672d78dcc4a47e24363947561..f685e6203adafb15edb6648951858af02cd7f79f 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| @@ -100,7 +100,6 @@ public:
|
|
|
| // The hitTest() method looks for mouse events by walking layers that intersect the point from front to back.
|
| bool hitTest(HitTestResult&);
|
| - bool hitTest(const HitTestRequest&, const HitTestLocation&, HitTestResult&);
|
|
|
| private:
|
| friend class DeprecatedPaintLayerStackingNodeIterator;
|
|
|