| Index: third_party/WebKit/Source/core/paint/RarePaintData.h
|
| diff --git a/third_party/WebKit/Source/core/paint/RarePaintData.h b/third_party/WebKit/Source/core/paint/RarePaintData.h
|
| index 3d3e8275471466f20bdeadd9eed318cb72eeb903..a80ac6daeff0460d5f2406d6a6b8347b67147bf2 100644
|
| --- a/third_party/WebKit/Source/core/paint/RarePaintData.h
|
| +++ b/third_party/WebKit/Source/core/paint/RarePaintData.h
|
| @@ -32,6 +32,7 @@ class CORE_EXPORT RarePaintData {
|
| return paint_properties_.get();
|
| }
|
| ObjectPaintProperties& EnsurePaintProperties();
|
| + void ClearPaintProperties();
|
|
|
| PropertyTreeState* LocalBorderBoxProperties() const {
|
| return local_border_box_properties_.get();
|
|
|