| Index: third_party/WebKit/Source/core/style/StyleSurroundData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleSurroundData.h b/third_party/WebKit/Source/core/style/StyleSurroundData.h
|
| index c4dc2f3f040d1566999e02df10e9cbdf4a851da6..a060f9a63597b3468dc92b0bd9248c72c87812d8 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleSurroundData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleSurroundData.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 StyleSurroundData : public RefCounted<StyleSurroundData> {
|
| public:
|
| static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); }
|
|
|