| Index: Source/core/css/resolver/ViewportStyleResolver.h
|
| diff --git a/Source/core/css/resolver/ViewportStyleResolver.h b/Source/core/css/resolver/ViewportStyleResolver.h
|
| index 9f86309dd29b71b3959ff64999a537913982bddf..0ce4473fb42d59a0e5b4b52313cebdaef594eb5d 100644
|
| --- a/Source/core/css/resolver/ViewportStyleResolver.h
|
| +++ b/Source/core/css/resolver/ViewportStyleResolver.h
|
| @@ -31,6 +31,7 @@
|
| #define ViewportStyleResolver_h
|
|
|
| #include "CSSPropertyNames.h"
|
| +#include "core/platform/Length.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| @@ -57,7 +58,8 @@ public:
|
| private:
|
| explicit ViewportStyleResolver(Document*);
|
|
|
| - float getViewportArgumentValue(CSSPropertyID) const;
|
| + float viewportArgumentValue(CSSPropertyID) const;
|
| + Length viewportLengthValue(CSSPropertyID) const;
|
|
|
| Document* m_document;
|
| RefPtr<MutableStylePropertySet> m_propertySet;
|
|
|