| Index: Source/WebCore/rendering/InlineBox.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/InlineBox.h (revision 148457)
|
| +++ Source/WebCore/rendering/InlineBox.h (working copy)
|
| @@ -278,7 +278,7 @@
|
|
|
| int expansion() const { return m_bitfields.expansion(); }
|
|
|
| - bool visibleToHitTesting() const { return renderer()->style()->visibility() == VISIBLE && renderer()->style()->pointerEvents() != PE_NONE; }
|
| + bool visibleToHitTestRequest(const HitTestRequest& request) const { return renderer()->style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || renderer()->style()->pointerEvents() != PE_NONE); }
|
|
|
| EVerticalAlign verticalAlign() const { return renderer()->style(m_bitfields.firstLine())->verticalAlign(); }
|
|
|
|
|
| Property changes on: Source/WebCore/rendering/InlineBox.h
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - native
|
| + LF
|
|
|
|
|