Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: third_party/WebKit/Source/core/svg/SVGUseElement.h

Issue 2706583002: Fix the way <title> is read under <use> shadow tree (Closed)
Patch Set: Remove the validity checks for eventSender and testRunner Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698