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

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

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix some of the comments Created 6 years, 11 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: Source/core/svg/SVGDocument.h
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
index e3d4041d3385de7dfb78310777f27a4a34e42223..f3bbcde811b8fdba6352c88ba2f56ef32224f9ff 100644
--- a/Source/core/svg/SVGDocument.h
+++ b/Source/core/svg/SVGDocument.h
@@ -35,6 +35,7 @@ public:
return adoptRef(new SVGDocument(initializer));
}
+ static SVGSVGElement* rootElement(const Document*);
SVGSVGElement* rootElement() const;
void dispatchZoomEvent(float prevScale, float newScale);

Powered by Google App Engine
This is Rietveld 408576698