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

Unified Diff: Source/core/svg/SVGFontFaceNameElement.h

Issue 68643007: Remove QualifiedName argument from SVGElement::create functions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 1 month 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
« no previous file with comments | « Source/core/svg/SVGFontFaceFormatElement.cpp ('k') | Source/core/svg/SVGFontFaceNameElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFontFaceNameElement.h
diff --git a/Source/core/svg/SVGFontFaceNameElement.h b/Source/core/svg/SVGFontFaceNameElement.h
index 3d83e2040f6ea4b69497b146a9113882ecb5f918..8b9394278c3264a6f2ddd93bd15f21fbb9a37e04 100644
--- a/Source/core/svg/SVGFontFaceNameElement.h
+++ b/Source/core/svg/SVGFontFaceNameElement.h
@@ -30,12 +30,12 @@ class CSSFontFaceSrcValue;
class SVGFontFaceNameElement FINAL : public SVGElement {
public:
- static PassRefPtr<SVGFontFaceNameElement> create(const QualifiedName&, Document&);
+ static PassRefPtr<SVGFontFaceNameElement> create(Document&);
PassRefPtr<CSSFontFaceSrcValue> srcValue() const;
private:
- SVGFontFaceNameElement(const QualifiedName&, Document&);
+ explicit SVGFontFaceNameElement(Document&);
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
};
« no previous file with comments | « Source/core/svg/SVGFontFaceFormatElement.cpp ('k') | Source/core/svg/SVGFontFaceNameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698