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