Changeset 251493 in webkit for trunk/Source/WebCore/css/CSSNamedImageValue.h
- Timestamp:
- Oct 23, 2019, 1:14:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSNamedImageValue.h
r208668 r251493 43 43 bool isPending() const { return false; } 44 44 45 RefPtr<Image> image(RenderElement *, const FloatSize&);45 RefPtr<Image> image(RenderElement&, const FloatSize&); 46 46 47 47 bool equals(const CSSNamedImageValue&) const;
Note:
See TracChangeset
for help on using the changeset viewer.