Changeset 101097 in webkit
- Timestamp:
- Nov 23, 2011, 11:33:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/subpixellayout/Source/WebCore/css/CSSPrimitiveValue.cpp
r100818 r101097 347 347 { 348 348 // FIXME: Length.h no longer expects 28 bit integers, so these bounds should be INT_MAX and INT_MIN 349 return Length( roundForImpreciseConversion<int, intMaxForAppUnit, intMinForAppUnit>(computeLengthDouble(style, rootStyle, multiplier, computingFontSize)), Fixed);349 return Length(static_cast<float>(computeLengthDouble(style, rootStyle, multiplier, computingFontSize)), Fixed); 350 350 } 351 351
Note:
See TracChangeset
for help on using the changeset viewer.