Bug 150350

Summary: Add basic TextStream output for Images
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: sam, simon.fraser, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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.