| Index: third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| index d9fcb7d9ba1f2fca2d830ede028ec5489aecf6a1..f6340555e8c1024828eb22b2868c1ea51d9436aa 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| @@ -60,8 +60,8 @@ class CORE_EXPORT StyleGeneratedImage final : public StyleImage {
|
| private:
|
| StyleGeneratedImage(const CSSImageGeneratorValue&);
|
|
|
| - // TODO(sashab): Replace this with <const CSSImageGeneratorValue> once Member<>
|
| - // supports const types.
|
| + // TODO(sashab): Replace this with <const CSSImageGeneratorValue> once
|
| + // Member<> supports const types.
|
| Member<CSSImageGeneratorValue> m_imageGeneratorValue;
|
| const bool m_fixedSize;
|
| };
|
|
|