| Index: Source/core/paint/DeprecatedPaintLayer.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h
|
| index b36dda7c6809186c5edcbdeda716589f74547bdf..6ff5de5758c66b3a2c2726314bd061b8356d9c75 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.h
|
| @@ -232,7 +232,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&);
|
|
|
| // Pass offsetFromRoot if known.
|
| bool intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const DeprecatedPaintLayer* rootLayer, const LayoutPoint* offsetFromRoot = 0) const;
|
|
|