| 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 7621c56e2b27e84378c2fd439211ef0a24453005..4c0b5b41ae8731c078ec539e203bd59bf26e102c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -54,6 +54,7 @@ class SVGUseElement final : public SVGGraphicsElement,
|
| SVGAnimatedLength* height() const { return m_height.get(); }
|
|
|
| void buildPendingResource() override;
|
| + String title() const override;
|
|
|
| void dispatchPendingEvent();
|
| void toClipPath(Path&) const;
|
|
|