| Index: third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| index 67163e99b885b7abb34044b78beb83984e648527..185407c557c96d964d1e550d987fb89136a6eb15 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| @@ -151,6 +151,10 @@ class CORE_EXPORT ObjectPaintProperties {
|
| return m_localBorderBoxProperties.get();
|
| }
|
|
|
| + bool hasContentsProperties() const {
|
| + return !!m_contentsProperties;
|
| + }
|
| +
|
| // This is the complete set of property nodes that can be used to paint the
|
| // contents of this object. It is similar to localBorderBoxProperties but
|
| // includes properties (e.g., overflow clip, scroll translation) that apply to
|
|
|