Changeset 156633 in webkit for trunk/Source/WebCore/css/CSSValue.h
- Timestamp:
- Sep 29, 2013, 10:40:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.h
r156630 r156633 72 72 bool isAspectRatioValue() const { return m_classType == AspectRatioClass; } 73 73 bool isBorderImageSliceValue() const { return m_classType == BorderImageSliceClass; } 74 bool isCanvasValue() const { return m_classType == CanvasClass; } 74 75 bool isCrossfadeValue() const { return m_classType == CrossfadeClass; } 75 76 bool isCursorImageValue() const { return m_classType == CursorImageClass; }
Note:
See TracChangeset
for help on using the changeset viewer.