| Index: sky/engine/core/rendering/RenderLineBoxList.cpp
|
| diff --git a/sky/engine/core/rendering/RenderLineBoxList.cpp b/sky/engine/core/rendering/RenderLineBoxList.cpp
|
| index ed7a2bfa832f5c612b0c56a19f44b23c42f94073..988d5cb073c0afb8a2fb9008a3b827eba602db82 100644
|
| --- a/sky/engine/core/rendering/RenderLineBoxList.cpp
|
| +++ b/sky/engine/core/rendering/RenderLineBoxList.cpp
|
| @@ -209,11 +209,8 @@ void RenderLineBoxList::paint(RenderBoxModelObject* renderer, PaintInfo& paintIn
|
| }
|
| }
|
|
|
| -bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) const
|
| +bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset) const
|
| {
|
| - if (hitTestAction != HitTestForeground)
|
| - return false;
|
| -
|
| ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could hit test like this is if it has a layer.
|
|
|
| // If we have no lines then we have no work to do.
|
|
|