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

Unified Diff: Source/core/svg/SVGStyledLocatableElement.cpp

Issue 18053005: Introduce SVGGraphicsElement IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/SVGStyledLocatableElement.cpp
diff --git a/Source/core/svg/SVGStyledLocatableElement.cpp b/Source/core/svg/SVGStyledLocatableElement.cpp
index ac4ba31fc53a0f57fc232082b8c4a3b4a8b7e40e..b10f2bf27cbcfc7db0590b51c0e41b8a8100a23e 100644
--- a/Source/core/svg/SVGStyledLocatableElement.cpp
+++ b/Source/core/svg/SVGStyledLocatableElement.cpp
@@ -56,4 +56,4 @@ AffineTransform SVGStyledLocatableElement::getScreenCTM(StyleUpdateStrategy styl
return SVGLocatable::computeCTM(this, SVGLocatable::ScreenScope, styleUpdateStrategy);
}
-}
+} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698