| Index: third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h b/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h
|
| index 192df90bb46be0d6f2094171579afeed51d7447e..d9056a6d87aef02175a2516c37bdf63d841d78c9 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h
|
| @@ -51,6 +51,7 @@ class CORE_EXPORT ViewportStyleResolver
|
|
|
| void initialViewportChanged();
|
| void setNeedsCollectRules();
|
| + bool needsUpdate() const { return m_needsUpdate; }
|
| void updateViewport(DocumentStyleSheetCollection&);
|
|
|
| void collectViewportRulesFromAuthorSheet(const CSSStyleSheet&);
|
|
|