Changeset 86705 in webkit for trunk/Source/WebCore/rendering/RenderFrameSet.cpp
- Timestamp:
- May 17, 2011, 1:57:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderFrameSet.cpp
r86395 r86705 159 159 160 160 bool RenderFrameSet::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, 161 int x, int y, int tx, int ty, HitTestAction action)161 const IntPoint& pointInContainer, int tx, int ty, HitTestAction action) 162 162 { 163 163 if (action != HitTestForeground) 164 164 return false; 165 165 166 bool inside = RenderBox::nodeAtPoint(request, result, x, y, tx, ty, action)166 bool inside = RenderBox::nodeAtPoint(request, result, pointInContainer, tx, ty, action) 167 167 || m_isResizing; 168 168
Note:
See TracChangeset
for help on using the changeset viewer.