| 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 c517ffbc69e9fe865d3422091ac8878d6f941ad0..e3a4e06fbedab009914f8036db1233169eb68e60 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1141,7 +1141,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
|
|
|