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

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

Issue 924943009: Fix template angle bracket syntax in svg (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/SVGFEMorphologyElement.h ('k') | Source/core/svg/SVGFilterElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFETurbulenceElement.h
diff --git a/Source/core/svg/SVGFETurbulenceElement.h b/Source/core/svg/SVGFETurbulenceElement.h
index 289a6be4b93127f77aa74b03986d6bb42f875891..778a0c0f43bc80aef58f00ce6a209b4411e6eae8 100644
--- a/Source/core/svg/SVGFETurbulenceElement.h
+++ b/Source/core/svg/SVGFETurbulenceElement.h
@@ -65,8 +65,8 @@ private:
RefPtrWillBeMember<SVGAnimatedNumberOptionalNumber> m_baseFrequency;
RefPtrWillBeMember<SVGAnimatedNumber> m_seed;
- RefPtrWillBeMember<SVGAnimatedEnumeration<SVGStitchOptions> > m_stitchTiles;
- RefPtrWillBeMember<SVGAnimatedEnumeration<TurbulenceType> > m_type;
+ RefPtrWillBeMember<SVGAnimatedEnumeration<SVGStitchOptions>> m_stitchTiles;
+ RefPtrWillBeMember<SVGAnimatedEnumeration<TurbulenceType>> m_type;
RefPtrWillBeMember<SVGAnimatedInteger> m_numOctaves;
};
« no previous file with comments | « Source/core/svg/SVGFEMorphologyElement.h ('k') | Source/core/svg/SVGFilterElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698