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

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

Issue 1015743003: [svg] Make svgView override existing data selectively (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: codereview fixes Created 5 years, 9 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/SVGSVGElement.h
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
index 8282309d1be64531fbec6ea1daf0b3ae44d132a5..4306fa32c6f4f8e1fbbe0a3871ab15b24563cc18 100644
--- a/Source/core/svg/SVGSVGElement.h
+++ b/Source/core/svg/SVGSVGElement.h
@@ -141,8 +141,6 @@ private:
virtual bool selfHasRelativeLengths() const override;
- void inheritViewAttributes(SVGViewElement*);
-
void updateCurrentTranslate();
virtual void finishParsingChildren() override;

Powered by Google App Engine
This is Rietveld 408576698