| Index: third_party/WebKit/Source/core/css/MediaValues.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValues.h b/third_party/WebKit/Source/core/css/MediaValues.h
|
| index 90b6bccf8fc6cd6cb489200c1cb9fb60bed4f0ee..7125b66ffb19150fb235ed31d949b939792bb4a9 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValues.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaValues.h
|
| @@ -24,8 +24,8 @@ public:
|
| virtual ~MediaValues() { }
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
| - static RawPtr<MediaValues> createDynamicIfFrameExists(LocalFrame*);
|
| - virtual RawPtr<MediaValues> copy() const = 0;
|
| + static MediaValues* createDynamicIfFrameExists(LocalFrame*);
|
| + virtual MediaValues* copy() const = 0;
|
|
|
| static bool computeLengthImpl(double value, CSSPrimitiveValue::UnitType, unsigned defaultFontSize, double viewportWidth, double viewportHeight, double& result);
|
| template<typename T>
|
|
|