Chromium Code Reviews| Index: Source/core/dom/TreeScope.h |
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
| index 731343aae51e6f5eccd8e99e4ee6f2543ccfd01e..ddb35207c0fbdf004eaddda062f5eff76c415648 100644 |
| --- a/Source/core/dom/TreeScope.h |
| +++ b/Source/core/dom/TreeScope.h |
| @@ -140,6 +140,8 @@ protected: |
| bool hasGuardRefCount() const { return m_guardRefCount; } |
| + void setNeedsStyleRecalcForViewportUnits(); |
| + |
| private: |
| TreeScope(); |