Index: Source/core/paint/DeprecatedPaintLayer.h |
diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h |
index 960ff62ac2d6533ed9404b150a7d1e737df3a6ad..a73d838f5a3d1f308f05d362eebcc5dbd121c67a 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; |