| Index: Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/Source/core/layout/LayoutBoxModelObject.h b/Source/core/layout/LayoutBoxModelObject.h
|
| index 125f63dc509a1d931b7cdedc9534b39ab0d618ca..c1cb0b18352ce902be9978b7e9bb9a3c4de6fccf 100644
|
| --- a/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -204,6 +204,11 @@ public:
|
|
|
| void invalidateDisplayItemClientOnBacking(const DisplayItemClientWrapper&) const;
|
|
|
| + // http://www.w3.org/TR/css3-background/#body-background
|
| + // <html> root element with no background steals background from its first <body> child.
|
| + // The used background for such body element should be the initial value. (i.e. transparent)
|
| + bool backgroundStolenForBeingBody(const ComputedStyle* rootElementStyle = nullptr) const;
|
| +
|
| protected:
|
| virtual void willBeDestroyed() override;
|
|
|
|
|