Changeset 155100 in webkit for trunk/Source/WebCore/css/CSSValue.h
- Timestamp:
- Sep 4, 2013, 11:50:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.h
r154133 r155100 72 72 bool isAspectRatioValue() const { return m_classType == AspectRatioClass; } 73 73 bool isBorderImageSliceValue() const { return m_classType == BorderImageSliceClass; } 74 bool isCrossfadeValue() const { return m_classType == CrossfadeClass; } 74 75 bool isCursorImageValue() const { return m_classType == CursorImageClass; } 75 76 bool isFontFeatureValue() const { return m_classType == FontFeatureClass; }
Note:
See TracChangeset
for help on using the changeset viewer.