| Index: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| index 96737cdb637005d59637a50f69cc310f17cf38e2..d3b2d5304f0f89f36771a23751d5f218c483f4b7 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -71,8 +71,6 @@ static PassRefPtr<AnimatableValue> createFromLengthWithZoom(const Length& length
|
| case Calculated:
|
| return AnimatableLength::create(length, zoom);
|
| case Auto:
|
| - case Intrinsic:
|
| - case MinIntrinsic:
|
| case MinContent:
|
| case MaxContent:
|
| case FillAvailable:
|
|
|