| 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 53c6734a7fb23610a3cb4011fc59b33f4709dac5..6c218aa85e89d918fc574a79226b4da4ce9d5274 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| @@ -52,11 +52,11 @@ public:
|
| }
|
| };
|
|
|
| - static PassRefPtrWillBeRawPtr<MediaValuesCached> create();
|
| - static PassRefPtrWillBeRawPtr<MediaValuesCached> create(Document&);
|
| - static PassRefPtrWillBeRawPtr<MediaValuesCached> create(LocalFrame*);
|
| - static PassRefPtrWillBeRawPtr<MediaValuesCached> create(MediaValuesCachedData&);
|
| - PassRefPtrWillBeRawPtr<MediaValues> copy() const override;
|
| + static RawPtr<MediaValuesCached> create();
|
| + static RawPtr<MediaValuesCached> create(Document&);
|
| + static RawPtr<MediaValuesCached> create(LocalFrame*);
|
| + static RawPtr<MediaValuesCached> create(MediaValuesCachedData&);
|
| + RawPtr<MediaValues> copy() const override;
|
| bool isSafeToSendToAnotherThread() const;
|
| bool computeLength(double value, CSSPrimitiveValue::UnitType, int& result) const override;
|
| bool computeLength(double value, CSSPrimitiveValue::UnitType, double& result) const override;
|
|
|