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

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

Issue 24069002: Remove obsolete forward declarations from SVGDocument. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGDocument.h
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
index 273db02360555199b732103126dc38956354c356..0e382dc6945fba7e6ac9fc38be6d73563ee80ab1 100644
--- a/Source/core/svg/SVGDocument.h
+++ b/Source/core/svg/SVGDocument.h
@@ -26,8 +26,6 @@
namespace WebCore {
-class DOMImplementation;
-class SVGElement;
class SVGSVGElement;
class SVGDocument FINAL : public Document {
@@ -48,7 +46,7 @@ public:
void updatePan(const FloatPoint& pos) const;
private:
- SVGDocument(const DocumentInit&);
+ explicit SVGDocument(const DocumentInit&);
virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698