| Index: third_party/WebKit/Source/core/animation/ImagePropertyFunctions.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ImagePropertyFunctions.h b/third_party/WebKit/Source/core/animation/ImagePropertyFunctions.h
|
| index b1c11667f62dd5fd4ec276e1ecc2dde7878450fe..0b8e1dfafeac44b4b0e56563d5c6962a69b121f5 100644
|
| --- a/third_party/WebKit/Source/core/animation/ImagePropertyFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/ImagePropertyFunctions.h
|
| @@ -29,7 +29,7 @@ public:
|
| }
|
| }
|
|
|
| - static void setStyleImage(CSSPropertyID property, ComputedStyle& style, PassRefPtrWillBeRawPtr<StyleImage> image)
|
| + static void setStyleImage(CSSPropertyID property, ComputedStyle& style, RawPtr<StyleImage> image)
|
| {
|
| switch (property) {
|
| case CSSPropertyBorderImageSource:
|
|
|