RESOLVED FIXED 150841
ResourceUsageOverlay should draw itself using WebCore::GraphicsContext.
https://bugs.webkit.org/show_bug.cgi?id=150841
Summary ResourceUsageOverlay should draw itself using WebCore::GraphicsContext.
Andreas Kling
Reported 2015-11-03 10:21:12 PST
ResourceUsageOverlay currently uses (deprecated!) CGContext API directly to draw itself. That's pretty lame. It would be better to draw using WebCore primitives like GraphicsContext and FontCascade.
Attachments
Patch (8.69 KB, patch)
2015-11-03 10:23 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-11-03 10:23:20 PST
WebKit Commit Bot
Comment 2 2015-11-03 11:55:05 PST
Comment on attachment 264696 [details] Patch Clearing flags on attachment: 264696 Committed r191963: <http://trac.webkit.org/changeset/191963>
WebKit Commit Bot
Comment 3 2015-11-03 11:55:08 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.