| Index: third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| index 6dc266f62f526189068a2c9cf5629c121b44650b..f77765065ad22ac28c499119da10f56cd9e6aeb3 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| @@ -14,7 +14,8 @@ namespace blink {
|
|
|
| class StyleSheetContents;
|
|
|
| -// A specialization of Keyframe that associates user specified keyframe properties with either CSS properties or SVG attributes.
|
| +// A specialization of Keyframe that associates user specified keyframe
|
| +// properties with either CSS properties or SVG attributes.
|
| class StringKeyframe : public Keyframe {
|
| public:
|
| static PassRefPtr<StringKeyframe> create() {
|
|
|