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

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

Issue 423803002: Cosmetic change to base class lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/core/svg/SVGPointListTearOff.h ('k') | Source/modules/screen_orientation/ScreenOrientation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTransformListTearOff.h
diff --git a/Source/core/svg/SVGTransformListTearOff.h b/Source/core/svg/SVGTransformListTearOff.h
index 1a5dd79a7b29f76dbdd8fa56200d93370ec5d1f3..2c2fcd88a26b2c06c9fe9bf0bbf02714ec74f4ee 100644
--- a/Source/core/svg/SVGTransformListTearOff.h
+++ b/Source/core/svg/SVGTransformListTearOff.h
@@ -37,9 +37,9 @@
namespace blink {
-class SVGTransformListTearOff FINAL :
- public SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>,
- public ScriptWrappable {
+class SVGTransformListTearOff FINAL
+ : public SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>
+ , public ScriptWrappable {
public:
static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
{
« no previous file with comments | « Source/core/svg/SVGPointListTearOff.h ('k') | Source/modules/screen_orientation/ScreenOrientation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698