| Index: Source/core/css/resolver/StyleAdjuster.cpp
|
| diff --git a/Source/core/css/resolver/StyleAdjuster.cpp b/Source/core/css/resolver/StyleAdjuster.cpp
|
| index 37a960d283307ebc3d73c9df6c5c4efafb08de57..8a51e81bd8c7baa11a9a756748b1dab0346bb3f1 100644
|
| --- a/Source/core/css/resolver/StyleAdjuster.cpp
|
| +++ b/Source/core/css/resolver/StyleAdjuster.cpp
|
| @@ -335,10 +335,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) {
|
|
|