| Index: Source/core/css/resolver/StyleAdjuster.cpp
|
| diff --git a/Source/core/css/resolver/StyleAdjuster.cpp b/Source/core/css/resolver/StyleAdjuster.cpp
|
| index 10f572ff437fdc7b23a68314eddb2ef1f4af7f41..8d4136909266da98f3f125baabcb13c40ab46940 100644
|
| --- a/Source/core/css/resolver/StyleAdjuster.cpp
|
| +++ b/Source/core/css/resolver/StyleAdjuster.cpp
|
| @@ -336,10 +336,6 @@ void StyleAdjuster::adjustRenderStyle(RenderStyle* style, RenderStyle* parentSty
|
| style->adjustBackgroundLayers();
|
| style->adjustMaskLayers();
|
|
|
| - // Do the same for animations and transitions.
|
| - style->adjustAnimations();
|
| - style->adjustTransitions();
|
| -
|
| // Important: Intrinsic margins get added to controls before the theme has adjusted the style, since the theme will
|
| // alter fonts and heights/widths.
|
| if (e && e->isFormControlElement() && style->fontSize() >= 11) {
|
|
|