| Index: Source/core/html/canvas/HitRegion.cpp
|
| diff --git a/Source/core/html/canvas/HitRegion.cpp b/Source/core/html/canvas/HitRegion.cpp
|
| index d436f45a87cab471ee616f1c80042b24274bbc9a..8a07f17a434ee1c150e22d154e283d73f9c03040 100644
|
| --- a/Source/core/html/canvas/HitRegion.cpp
|
| +++ b/Source/core/html/canvas/HitRegion.cpp
|
| @@ -41,9 +41,6 @@ void HitRegion::updateAccessibility(Element* canvas)
|
|
|
| bool HitRegion::contains(const LayoutPoint& point) const
|
| {
|
| - if (!m_path.boundingRect().contains(point))
|
| - return false;
|
| -
|
| return m_path.contains(point, RULE_NONZERO);
|
| }
|
|
|
|
|