| 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 060ec05cff53e2ed0c51521d98d207a4654ca649..1cd76ecffeca8f75299cb448c85825b4d4c0f1cd 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1025,7 +1025,6 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| bool hasSVGFilterElementsRequiringLayerUpdate() const { return m_layerUpdateSVGFilterElements.size(); }
|
| - void didRecalculateStyleForElement() { ++m_styleRecalcElementCounter; }
|
|
|
| AtomicString convertLocalName(const AtomicString&);
|
|
|
| @@ -1396,8 +1395,6 @@ private:
|
| using DocumentVisibilityObserverSet = WillBeHeapHashSet<RawPtrWillBeWeakMember<DocumentVisibilityObserver>>;
|
| DocumentVisibilityObserverSet m_visibilityObservers;
|
|
|
| - int m_styleRecalcElementCounter;
|
| -
|
| ParserSynchronizationPolicy m_parserSyncPolicy;
|
|
|
| OriginsUsingFeatures::Value m_originsUsingFeaturesValue;
|
|
|