| 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 c11f4e768b58accf993a5c06565ade2d37e1b0d2..c1cd21498490b6868f3ec9b5b5549bc1a2ff879c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -94,8 +94,8 @@ private:
|
| void buildShadowTree(SVGElement* target, SVGElement* targetInstance, bool foundUse);
|
| void clearShadowTree();
|
| bool hasCycleUseReferencing(SVGUseElement*, ContainerNode* targetInstance, SVGElement*& newTarget);
|
| - bool expandUseElementsInShadowTree(SVGElement*);
|
| - void expandSymbolElementsInShadowTree(SVGElement*);
|
| + bool expandUseElementsInShadowTree();
|
| + void expandSymbolElementsInShadowTree();
|
| void cloneNonMarkupEventListeners();
|
|
|
| void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const;
|
|
|