diff options
Diffstat (limited to 'Source/WebCore/rendering/LayoutState.h')
| -rw-r--r-- | Source/WebCore/rendering/LayoutState.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/rendering/LayoutState.h b/Source/WebCore/rendering/LayoutState.h index 16e01005f..38571f91d 100644 --- a/Source/WebCore/rendering/LayoutState.h +++ b/Source/WebCore/rendering/LayoutState.h @@ -129,6 +129,8 @@ public: ExclusionShapeInsideInfo* m_exclusionShapeInsideInfo; #endif + // FIXME: Distinguish between the layout clip rect and the paint clip rect which may be larger, + // e.g., because of composited scrolling. LayoutRect m_clipRect; // x/y offset from container. Includes relative positioning and scroll offsets. |
