Changeset 156636 in webkit for trunk/Source/WebCore/css/CSSValue.h
- Timestamp:
- Sep 30, 2013, 12:35:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.h
r156633 r156636 86 86 bool isInheritedValue() const { return m_classType == InheritedClass; } 87 87 bool isInitialValue() const { return m_classType == InitialClass; } 88 bool isLinearGradientValue() const { return m_classType == LinearGradientClass; } 89 bool isRadialGradientValue() const { return m_classType == RadialGradientClass; } 88 90 bool isReflectValue() const { return m_classType == ReflectClass; } 89 91 bool isShadowValue() const { return m_classType == ShadowClass; }
Note:
See TracChangeset
for help on using the changeset viewer.