| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 5bc1abbd513505af58c601b72bfe74f6b99df791..659622b432c021e71531f588be40a87f81900efe 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1227,6 +1227,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
| bool hasViewportUnits() const { return m_hasViewportUnits; }
|
| void notifyResizeForViewportUnits();
|
|
|
| + void updateActiveStyle();
|
| void updateStyleInvalidationIfNeeded();
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|