| Index: third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h b/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h
|
| index fbbb50ed0b3aa90dcf5b91ad9981dc12708a5eeb..fbbfc98bae621f0059118966ee9926b8cfaa6179 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h
|
| @@ -32,9 +32,9 @@
|
| namespace blink {
|
|
|
| enum SVGStitchOptions {
|
| - SVG_STITCHTYPE_UNKNOWN = 0,
|
| - SVG_STITCHTYPE_STITCH = 1,
|
| - SVG_STITCHTYPE_NOSTITCH = 2
|
| + kSvgStitchtypeUnknown = 0,
|
| + kSvgStitchtypeStitch = 1,
|
| + kSvgStitchtypeNostitch = 2
|
| };
|
| template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGStitchOptions>();
|
|
|
|
|