Chromium Code Reviews| Index: Source/WebCore/page/animation/CSSPropertyAnimation.cpp |
| diff --git a/Source/WebCore/page/animation/CSSPropertyAnimation.cpp b/Source/WebCore/page/animation/CSSPropertyAnimation.cpp |
| index 7ed880dcfaad6e3d4012170c06eaf6af2ac77d57..58ad145e79e6b7e660cf99ceb529b51d753a0ad4 100644 |
| --- a/Source/WebCore/page/animation/CSSPropertyAnimation.cpp |
| +++ b/Source/WebCore/page/animation/CSSPropertyAnimation.cpp |
| @@ -1118,11 +1118,7 @@ void CSSPropertyAnimation::ensurePropertyMap() |
| // Must pass a specified size to setFontSize if Text Autosizing is enabled, but a computed size |
| // if text zoom is enabled (if neither is enabled it's irrelevant as they're probably the same). |
| // FIXME: Find some way to assert that text zoom isn't activated when Text Autosizing is compiled in. |
|
johnme
2013/04/05 17:51:24
This one is interesting. Currently Chrome doesn't
|
| -#if ENABLE(TEXT_AUTOSIZING) |
| &RenderStyle::specifiedFontSize, |
| -#else |
| - &RenderStyle::computedFontSize, |
| -#endif |
| &RenderStyle::setFontSize)); |
| gPropertyWrappers->append(new PropertyWrapper<unsigned short>(CSSPropertyWebkitColumnRuleWidth, &RenderStyle::columnRuleWidth, &RenderStyle::setColumnRuleWidth)); |
| gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyWebkitColumnGap, &RenderStyle::columnGap, &RenderStyle::setColumnGap)); |