Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index 230db07ebf4207b3f5d9eb87259610eed5dd85a1..303639c2197bbf6ba4645320dfd2ba1555e502de 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -715,6 +715,8 @@ private: |
void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId); |
void updateName(const AtomicString& oldName, const AtomicString& newName); |
+ void clientQuads(Vector<FloatQuad>& quads); |
+ |
NodeType getNodeType() const final; |
bool childTypeAllowed(NodeType) const final; |