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

Unified Diff: Source/core/svg/SVGFEConvolveMatrixElement.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/SVGFECompositeElement.h ('k') | Source/core/svg/SVGFEDisplacementMapElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEConvolveMatrixElement.h
diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.h b/Source/core/svg/SVGFEConvolveMatrixElement.h
index 95a8c34de55c4a0af0382448c4cbf4ec4f30bab1..8747997f4384e726176cc0292cdf0aec08588eaa 100644
--- a/Source/core/svg/SVGFEConvolveMatrixElement.h
+++ b/Source/core/svg/SVGFEConvolveMatrixElement.h
@@ -67,7 +67,7 @@ private:
RefPtrWillBeMember<SVGAnimatedNumber> m_bias;
RefPtrWillBeMember<SVGAnimatedNumber> m_divisor;
RefPtrWillBeMember<SVGAnimatedString> m_in1;
- RefPtrWillBeMember<SVGAnimatedEnumeration<EdgeModeType> > m_edgeMode;
+ RefPtrWillBeMember<SVGAnimatedEnumeration<EdgeModeType>> m_edgeMode;
RefPtrWillBeMember<SVGAnimatedNumberList> m_kernelMatrix;
RefPtrWillBeMember<SVGAnimatedNumberOptionalNumber> m_kernelUnitLength;
RefPtrWillBeMember<SVGAnimatedIntegerOptionalInteger> m_order;
« no previous file with comments | « Source/core/svg/SVGFECompositeElement.h ('k') | Source/core/svg/SVGFEDisplacementMapElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698