Changeset 118900 in webkit for trunk/Source/WebCore/css/CSSCalculationValue.h
- Timestamp:
- May 30, 2012, 12:01:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSCalculationValue.h
r110148 r118900 64 64 virtual double doubleValue() const = 0; 65 65 virtual double computeLengthPx(RenderStyle* currentStyle, RenderStyle* rootStyle, double multiplier = 1.0, bool computingFontSize = false) const = 0; 66 virtual String customCssText() const = 0; 66 67 67 68 CalculationCategory category() const { return m_category; }
Note:
See TracChangeset
for help on using the changeset viewer.