| 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 c2edfa0a8c872edc95a6eb47efe3c9a4f7ea8526..9cb97834c88ae90f3357197a8bd685f96c30d639 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1022,7 +1022,6 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - bool hasSVGFilterElementsRequiringLayerUpdate() const { return m_layerUpdateSVGFilterElements.size(); }
|
| void didRecalculateStyleForElement() { ++m_styleRecalcElementCounter; }
|
|
|
| AtomicString convertLocalName(const AtomicString&);
|
|
|