| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 5d3643f40fa333496e409a1d2676de5f95d4174b..62957d1045cb7e111d0123743c3b0a093df06c0e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -356,6 +356,8 @@ public:
|
| FloatQuad absoluteContentQuad() const;
|
| // The clip rect of the background.
|
| LayoutRect backgroundClipRect() const;
|
| + // The clip rect of the opaque background.
|
| + LayoutRect opaqueBackgroundClipRect() const;
|
|
|
| // This returns the content area of the box (excluding padding and border). The only difference with contentBoxRect is that computedCSSContentBoxRect
|
| // does include the intrinsic padding in the content box as this is what some callers expect (like getComputedStyle).
|
|
|