Bug 150841 - ResourceUsageOverlay should draw itself using WebCore::GraphicsContext.
Summary: ResourceUsageOverlay should draw itself using WebCore::GraphicsContext.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-03 10:21 PST by Andreas Kling
Modified: 2015-11-03 11:55 PST (History)
1 user (show)

See Also:


Attachments
Patch (8.69 KB, patch)
2015-11-03 10:23 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 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.
Comment 1 Andreas Kling 2015-11-03 10:23:20 PST
Created attachment 264696 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-11-03 11:55:08 PST
All reviewed patches have been landed.  Closing bug.