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

Unified Diff: Source/core/style/StyleFetchedImage.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/StyleFetchedImage.h
diff --git a/Source/core/style/StyleFetchedImage.h b/Source/core/style/StyleFetchedImage.h
index be1d5a006930c687334d426d18a07f2ac97dbc83..8eb6954e5465da9e76d448132f668123267e13ff 100644
--- a/Source/core/style/StyleFetchedImage.h
+++ b/Source/core/style/StyleFetchedImage.h
@@ -41,7 +41,7 @@ public:
virtual WrappedImagePtr data() const override { return m_image.get(); }
- virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override;
+ virtual CSSValue cssValue() const override;
virtual bool canRender(const LayoutObject&, float multiplier) const override;
virtual bool isLoaded() const override;

Powered by Google App Engine
This is Rietveld 408576698