Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2003)

Unified Diff: Source/core/style/StyleGeneratedImage.h

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/style/StyleGeneratedImage.h
diff --git a/Source/core/style/StyleGeneratedImage.h b/Source/core/style/StyleGeneratedImage.h
index a372eefeb4e4259f653c4f92d49ca8169a2d15bc..7541c311961c793cb3bbe245cce2e57147a79e4b 100644
--- a/Source/core/style/StyleGeneratedImage.h
+++ b/Source/core/style/StyleGeneratedImage.h
@@ -40,7 +40,7 @@ public:
virtual WrappedImagePtr data() const override { return m_imageGeneratorValue.get(); }
- virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override;
+ virtual CSSValue cssValue() const override;
virtual LayoutSize imageSize(const LayoutObject*, float multiplier) const override;
virtual bool imageHasRelativeWidth() const override { return !m_fixedSize; }

Powered by Google App Engine
This is Rietveld 408576698