Changeset 290225 in webkit for trunk/Source/WebCore/rendering/RenderTableRow.cpp
- Timestamp:
- Feb 20, 2022, 6:17:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderTableRow.cpp
r282266 r290225 196 196 // then we can remove this check. 197 197 if (!cell->hasSelfPaintingLayer()) { 198 LayoutPoint cellPoint = flipForWritingModeForChild( cell, accumulatedOffset);198 LayoutPoint cellPoint = flipForWritingModeForChild(*cell, accumulatedOffset); 199 199 if (cell->nodeAtPoint(request, result, locationInContainer, cellPoint, action)) { 200 200 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint));
Note:
See TracChangeset
for help on using the changeset viewer.