Changeset 205093 in webkit for trunk/Source/WebCore/css/CSSContentDistributionValue.h
- Timestamp:
- Aug 27, 2016, 5:40:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSContentDistributionValue.h
r188619 r205093 33 33 namespace WebCore { 34 34 35 class CSSContentDistributionValue : public CSSValue {35 class CSSContentDistributionValue final : public CSSValue { 36 36 public: 37 37 static Ref<CSSContentDistributionValue> create(CSSValueID distribution, CSSValueID position, CSSValueID overflow)
Note:
See TracChangeset
for help on using the changeset viewer.