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

Unified Diff: Source/core/paint/NinePieceImageGridTest.cpp

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/page/PageSerializer.cpp ('k') | Source/core/style/StyleFetchedImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/NinePieceImageGridTest.cpp
diff --git a/Source/core/paint/NinePieceImageGridTest.cpp b/Source/core/paint/NinePieceImageGridTest.cpp
index 79db35d37911bb05fb100586ccb659e3661499d3..57d16dbd3d78ffa0a1cdc297526636aea6a31c26 100644
--- a/Source/core/paint/NinePieceImageGridTest.cpp
+++ b/Source/core/paint/NinePieceImageGridTest.cpp
@@ -21,7 +21,7 @@ public:
PassRefPtrWillBeRawPtr<StyleImage> generatedImage()
{
- RefPtrWillBeRawPtr<CSSLinearGradientValue> gradient = CSSLinearGradientValue::create(Repeating);
+ RefPtr<CSSLinearGradientValue> gradient = CSSLinearGradientValue::create(Repeating);
return StyleGeneratedImage::create(gradient.get());
}
« no previous file with comments | « Source/core/page/PageSerializer.cpp ('k') | Source/core/style/StyleFetchedImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698