| Index: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| index 3099de67d65011334cb38304739197700abb919a..b2ec4ac326a7d148ec095e310c324ef2ffb0b506 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| @@ -87,9 +87,10 @@ class CORE_EXPORT CSSImageGeneratorValue : public CSSValue {
|
| HashMap<IntSize, RefPtr<Image>>
|
| m_images; // A cache of Image objects by image size.
|
|
|
| - // TODO(Oilpan): when/if we can make the layoutObject point directly to the CSSImageGenerator value using
|
| - // a member we don't need to have this hack where we keep a persistent to the instance as long as
|
| - // there are clients in the LayoutObjectSizeCountMap.
|
| + // TODO(Oilpan): when/if we can make the layoutObject point directly to the
|
| + // CSSImageGenerator value using a member we don't need to have this hack
|
| + // where we keep a persistent to the instance as long as there are clients in
|
| + // the LayoutObjectSizeCountMap.
|
| SelfKeepAlive<CSSImageGeneratorValue> m_keepAlive;
|
| };
|
|
|
|
|