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

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

Issue 1205343002: Oilpan: fix build after r197805. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | 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 3c8ae95951a7e6b270d4d18e289c4f250585bed7..9b8e440bb704521ff416c1a543b325f88d37ce28 100644
--- a/Source/core/paint/NinePieceImageGridTest.cpp
+++ b/Source/core/paint/NinePieceImageGridTest.cpp
@@ -21,7 +21,7 @@ public:
PassRefPtr<StyleImage> generatedImage()
{
- RefPtr<CSSLinearGradientValue> gradient = CSSLinearGradientValue::create(Repeating);
+ RefPtrWillBeRawPtr<CSSLinearGradientValue> gradient = CSSLinearGradientValue::create(Repeating);
RefPtr<StyleGeneratedImage> image = StyleGeneratedImage::create(gradient.get());
return image;
}
@@ -268,4 +268,3 @@ TEST_F(NinePieceImageGridTest, NinePieceImagePainting)
} // namespace
} // namespace blink
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698