RESOLVED FIXED 150350
Add basic TextStream output for Images
https://bugs.webkit.org/show_bug.cgi?id=150350
Summary Add basic TextStream output for Images
Simon Fraser (smfr)
Reported 2015-10-19 17:51:59 PDT
Add basic TextStream output for Images
Attachments
Patch (16.40 KB, patch)
2015-10-19 17:54 PDT, Simon Fraser (smfr)
darin: review+
Simon Fraser (smfr)
Comment 1 2015-10-19 17:54:22 PDT
Darin Adler
Comment 2 2015-10-20 09:36:51 PDT
Comment on attachment 263538 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=263538&action=review > Source/WebCore/platform/graphics/cg/PDFDocumentImage.h:56 > +protected: > + virtual void dump(TextStream&) const override; Why not private? > Source/WebCore/svg/graphics/SVGImage.h:73 > +protected: > + virtual void dump(TextStream&) const override; Why not private?
Simon Fraser (smfr)
Comment 3 2015-10-20 13:39:42 PDT
Note You need to log in before you can comment on or make changes to this bug.