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

Unified Diff: Source/core/style/StyleImage.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/style/StyleGeneratedImage.cpp ('k') | Source/core/style/StylePendingImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleImage.h
diff --git a/Source/core/style/StyleImage.h b/Source/core/style/StyleImage.h
index 5457c38eb03bc13dc9c2e3d76d0fcd72e56676e1..b4cc2df764c514d8d3bd6f77fe6789680924a32d 100644
--- a/Source/core/style/StyleImage.h
+++ b/Source/core/style/StyleImage.h
@@ -50,7 +50,7 @@ public:
return data() == other.data();
}
- virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const = 0;
+ virtual PassRefPtr<CSSValue> cssValue() const = 0;
virtual bool canRender(const LayoutObject&, float /*multiplier*/) const { return true; }
virtual bool isLoaded() const { return true; }
« no previous file with comments | « Source/core/style/StyleGeneratedImage.cpp ('k') | Source/core/style/StylePendingImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698