Changeset 19997 for trunk/WebCore/rendering/RenderFlow.h
- Timestamp:
- 03/06/07 19:35:03 (22 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderFlow.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderFlow.h
r18727 r19997 79 79 bool hitTestLines(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction); 80 80 81 virtual IntRect getAbsoluteRepaintRect();81 virtual IntRect absoluteClippedOverflowRect(); 82 82 83 83 virtual int lowestPosition(bool includeOverflowInterior = true, bool includeSelf = true) const;