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

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

Issue 1303173007: Oilpan: Unship Oilpan from CSSValues Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/paint/NinePieceImageGridTest.cpp ('k') | Source/core/style/StyleFetchedImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleFetchedImage.h
diff --git a/Source/core/style/StyleFetchedImage.h b/Source/core/style/StyleFetchedImage.h
index 4f6ecf2c0f9646d45c6c98424f8156f112c6f5b6..bd24990e5cedaa387c0b70d6dc5224ca18d3d09c 100644
--- a/Source/core/style/StyleFetchedImage.h
+++ b/Source/core/style/StyleFetchedImage.h
@@ -44,7 +44,7 @@ public:
WrappedImagePtr data() const override { return m_image.get(); }
- PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override;
+ PassRefPtr<CSSValue> cssValue() const override;
bool canRender(const LayoutObject&, float multiplier) const override;
bool isLoaded() const override;
« no previous file with comments | « Source/core/paint/NinePieceImageGridTest.cpp ('k') | Source/core/style/StyleFetchedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698