| Index: third_party/WebKit/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h b/third_party/WebKit/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
|
| index ba8c7a29ea986058fc29e43300ca9c4dc6af6854..08bf78b1accfdf467363d553f1490927b914f468 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h
|
| @@ -38,9 +38,10 @@
|
| namespace blink {
|
|
|
| // SVG Spec: http://www.w3.org/TR/SVG11/types.html <number-optional-number>
|
| -// Unlike other SVGAnimated* class, this class is not exposed to Javascript directly,
|
| -// while DOM attribute and SMIL animations operate on this class.
|
| -// From Javascript, the two SVGAnimatedIntegers |firstInteger| and |secondInteger| are used.
|
| +// Unlike other SVGAnimated* class, this class is not exposed to Javascript
|
| +// directly, while DOM attribute and SMIL animations operate on this class.
|
| +// From Javascript, the two SVGAnimatedIntegers |firstInteger| and
|
| +// |secondInteger| are used.
|
| // For example, see SVGFEDropShadowElement::stdDeviation{X,Y}()
|
| class SVGAnimatedIntegerOptionalInteger
|
| : public SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger> {
|
|
|