| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 2516bc515dd5141a028599b760e8d9100375c438..1d8e50943ea4e6769357826b1a6a10892cd9dc1e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1142,7 +1142,7 @@ public:
|
| // output as if |ancestor| was the root of the page: the rect is modified by any intervening clips, transforms
|
| // and scrolls between |this| and |ancestor| (not inclusive of |ancestor|), but not any above |ancestor|.
|
| // The output is in the physical, painted coordinate pixel space of |ancestor|.
|
| - // Overflow clipping and scrolling is *not* applied for |ancestor| itself if |ancestor| scrolls overflow.
|
| + // Overflow clipping, CSS clipping and scrolling is *not* applied for |ancestor| itself if |ancestor| scrolls overflow.
|
| // The output rect is suitable for purposes such as paint invalidation.
|
| //
|
| // If visualRectFlags has the EdgeInclusive bit set, clipping operations will use
|
|
|