| Index: third_party/WebKit/Source/core/style/StyleBoxData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleBoxData.h b/third_party/WebKit/Source/core/style/StyleBoxData.h
|
| index ae5b9bf11935db5bd225b027238ac808175db57e..6086d3730587d9e73b4db80e8c9e243518bd2cab 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleBoxData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleBoxData.h
|
| @@ -32,6 +32,9 @@
|
|
|
| namespace blink {
|
|
|
| +// TODO(sashab): Move this into a private class on ComputedStyle, and remove
|
| +// all methods on it, merging them into copy/creation methods on ComputedStyle
|
| +// instead. Keep the allocation logic, only allocating a new object if needed.
|
| class StyleBoxData : public RefCounted<StyleBoxData> {
|
| public:
|
| static PassRefPtr<StyleBoxData> create() { return adoptRef(new StyleBoxData); }
|
|
|