| Index: third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| index 477e98b3a4b5cf129507ac726715169b5edb979c..98d96e202171146ae40a9ecfb08c6ef1b7b7c60d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -104,6 +104,7 @@ class SVGUseElement final : public SVGGraphicsElement,
|
| const ContainerNode& targetInstance,
|
| SVGElement*& newTarget) const;
|
| bool expandUseElementsInShadowTree();
|
| + void cloneNonMarkupEventListeners();
|
| void addReferencesToFirstDegreeNestedUseElements(SVGElement& target);
|
|
|
| void invalidateDependentShadowTrees();
|
|
|