| 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 6f1cfa633d937bc1e093f7b1c68571bbd81bd899..0c0316097c6a0758cf831ddd71e9e0dad1be1a11 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1234,7 +1234,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| void notifyResizeForViewportUnits();
|
|
|
| void updateActiveStyle();
|
| - void updateStyleInvalidationIfNeeded();
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| @@ -1369,6 +1368,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
| void updateUseShadowTreesIfNeeded();
|
| void evaluateMediaQueryListIfNeeded();
|
|
|
| + void updateStyleInvalidationIfNeeded();
|
| void updateStyle();
|
| void notifyLayoutTreeOfSubtreeChanges();
|
|
|
|
|