git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28871
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
bool canRender() const { return !errorOccurred() && imageSize().width() > 0 && imageSize().height() > 0; }
bool canRender() const { return !errorOccurred() && imageSize().width() > 0 && imageSize().height() > 0; }
- // These are ony used for SVGImage right now
+ // These are only used for SVGImage right now
void setImageContainerSize(const IntSize&);
bool usesImageContainerSize() const;
bool imageHasRelativeWidth() const;
void setImageContainerSize(const IntSize&);
bool usesImageContainerSize() const;
bool imageHasRelativeWidth() const;
- // These are ony used for SVGImage right now
+ // These are only used for SVGImage right now
virtual void setContainerSize(const IntSize&) { }
virtual bool usesContainerSize() const { return false; }
virtual bool hasRelativeWidth() const { return false; }
virtual void setContainerSize(const IntSize&) { }
virtual bool usesContainerSize() const { return false; }
virtual bool hasRelativeWidth() const { return false; }