| 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 026c5eceb156f1b8171764fc1aeddb19f4004363..1d962990166e7412a710a44c131b5fe5860d4031 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| @@ -23,8 +23,9 @@ namespace blink {
|
| // This class stores property tree related information associated with a LayoutObject.
|
| // Currently there are two groups of information:
|
| // 1. The set of property nodes created locally by this LayoutObject.
|
| -// 2. [Optional] A suite of property nodes (PaintChunkProperties) and paint offset
|
| -// that can be used to paint the border box of this LayoutObject.
|
| +// 2. LocalBorderBoxProperties which stores the complete set of property tree nodes (including those
|
| +// created by this object as well as those inherited form other objects) used to start painting
|
| +// this LayoutObject.
|
| class CORE_EXPORT ObjectPaintProperties {
|
| WTF_MAKE_NONCOPYABLE(ObjectPaintProperties);
|
| USING_FAST_MALLOC(ObjectPaintProperties);
|
|
|