Chromium Code Reviews| 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 4703939642e1ca18d91cbf3258a3574472b22265..68ccd511a3b2e4168c30bfee51686fe3871aaa28 100644 |
| --- a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h |
| +++ b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h |
| @@ -34,6 +34,7 @@ class CSSImageGeneratorValue; |
| class CORE_EXPORT StyleGeneratedImage final : public StyleImage { |
| public: |
| + // TODO(sashab): Make this take a PassRefPtrWillBeRawPtr<const CSSImageGeneratorValue>. |
|
alancutter (OOO until 2018)
2015/10/07 04:38:05
In the meantime we can make these PassRefPtrWillBe
|
| static PassRefPtrWillBeRawPtr<StyleGeneratedImage> create(const CSSImageGeneratorValue& value) |
| { |
| return adoptRefWillBeNoop(new StyleGeneratedImage(value)); |