Bug 150841

Summary: ResourceUsageOverlay should draw itself using WebCore::GraphicsContext.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.