| Index: Source/core/rendering/RenderInline.cpp
|
| diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp
|
| index 81a8bdc8c24e4c956c7f3216b8e9951949481428..2158572cd084e4d0a97017c2b0a885e6217b6c30 100644
|
| --- a/Source/core/rendering/RenderInline.cpp
|
| +++ b/Source/core/rendering/RenderInline.cpp
|
| @@ -1383,6 +1383,12 @@ void RenderInline::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&
|
| }
|
| }
|
|
|
| +void RenderInline::computeOwnHitTestRects(Vector<IntRect>& rects, const LayoutPoint& layerOffset) const
|
| +{
|
| + AbsoluteRectsGeneratorContext context(rects, layerOffset);
|
| + generateLineBoxRects(context);
|
| +}
|
| +
|
| void RenderInline::paintOutline(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| if (!hasOutline())
|
|
|