| Index: third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleInheritedData.h b/third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| index 81e66806a1fb0c45168104d62866b64286b7db2a..acf59caddc1f93f8f91f99aae69ffe2bf271d6c3 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleInheritedData.h
|
| @@ -34,6 +34,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 CORE_EXPORT StyleInheritedData : public RefCounted<StyleInheritedData> {
|
| public:
|
| static PassRefPtr<StyleInheritedData> create() { return adoptRef(new StyleInheritedData); }
|
|
|