| Index: third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| index 13d115cdd908d4490401cd3db45d5e50a885afcd..8849d8fe40384822e5948956b6518f61fca503ad 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| @@ -713,7 +713,8 @@ void AnimatedStyleBuilder::applyProperty(CSSPropertyID property,
|
| case CSSPropertyTransform: {
|
| const TransformOperations& operations =
|
| toAnimatableTransform(value)->transformOperations();
|
| - // FIXME: This normalization (handling of 'none') should be performed at input in AnimatableValueFactory.
|
| + // FIXME: This normalization (handling of 'none') should be performed at
|
| + // input in AnimatableValueFactory.
|
| if (operations.size() == 0) {
|
| style->setTransform(TransformOperations(true));
|
| return;
|
|
|