| Index: third_party/WebKit/Source/core/style/StyleVisualData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleVisualData.h b/third_party/WebKit/Source/core/style/StyleVisualData.h
|
| index 962c6794a41dc05f64a991f57ce3c66ef52d1234..12484c0093e7a1d9b86d46b9a800255a236726c3 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleVisualData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleVisualData.h
|
| @@ -33,6 +33,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 StyleVisualData : public RefCounted<StyleVisualData> {
|
| public:
|
| static PassRefPtr<StyleVisualData> create() { return adoptRef(new StyleVisualData); }
|
|
|