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