| Index: third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValuesCached.h b/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| index 9c4686acffe2aaa11b5731f1becf32d86b18e431..3b21f18e2f6bf3814bb834ec7a286dbb39466493 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| @@ -76,9 +76,9 @@ public:
|
| }
|
| };
|
|
|
| - static PassRefPtrWillBeRawPtr<MediaValuesCached> create();
|
| - static PassRefPtrWillBeRawPtr<MediaValuesCached> create(const MediaValuesCachedData&);
|
| - PassRefPtrWillBeRawPtr<MediaValues> copy() const override;
|
| + static RawPtr<MediaValuesCached> create();
|
| + static RawPtr<MediaValuesCached> create(const MediaValuesCachedData&);
|
| + RawPtr<MediaValues> copy() const override;
|
| bool computeLength(double value, CSSPrimitiveValue::UnitType, int& result) const override;
|
| bool computeLength(double value, CSSPrimitiveValue::UnitType, double& result) const override;
|
|
|
|
|