| Index: third_party/WebKit/Source/core/style/StylePendingImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StylePendingImage.h b/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| index 458a732a8dccdd8d1fb69d2fe425158bcb5bf7b4..21902ad1a5c11d95800980ad4ce9ee44075ed77f 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| @@ -41,6 +41,7 @@ namespace blink {
|
|
|
| class StylePendingImage final : public StyleImage {
|
| public:
|
| + // TODO(sashab): Make this take a PassRefPtrWillBeRawPtr<const CSSValue>.
|
| static PassRefPtrWillBeRawPtr<StylePendingImage> create(const CSSValue& value)
|
| {
|
| return adoptRefWillBeNoop(new StylePendingImage(value));
|
|
|