Chromium Code Reviews| 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. |
|
dstockwell
2013/10/08 21:02:59
this should stay here and be guarded by !enable we
Timothy Loh
2013/10/09 01:33:07
This should work fine for both old/new with it mov
|
| - 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) { |