| Index: third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.h b/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| index 37a7c00f0a7beec0203505124478d7cad6cfcc86..a32a3e8ab952980168776720cce345e32b333745 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| @@ -45,9 +45,9 @@ class SVGTextContentElement : public SVGGraphicsElement {
|
| public:
|
| // Forward declare enumerations in the W3C naming scheme, for IDL generation.
|
| enum {
|
| - LENGTHADJUST_UNKNOWN = SVGLengthAdjustUnknown,
|
| - LENGTHADJUST_SPACING = SVGLengthAdjustSpacing,
|
| - LENGTHADJUST_SPACINGANDGLYPHS = SVGLengthAdjustSpacingAndGlyphs
|
| + kLengthadjustUnknown = SVGLengthAdjustUnknown,
|
| + kLengthadjustSpacing = SVGLengthAdjustSpacing,
|
| + kLengthadjustSpacingandglyphs = SVGLengthAdjustSpacingAndGlyphs
|
| };
|
|
|
| unsigned getNumberOfChars();
|
|
|