Bug 106461

Summary: [Skia] Implement GraphicsContext::addRoundedRectClip() using SkCanvas::clipRRect()
Product: WebKit Reporter: Florin Malita <fmalita>
Component: Layout and RenderingAssignee: Florin Malita <fmalita>
Status: RESOLVED FIXED    
Severity: Normal CC: caryclark, junov, reed, robertphillips, senorblanco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Florin Malita 2013-01-09 09:03:28 PST
Similarly to http://trac.webkit.org/changeset/139191, convert GraphicsContext::addRoundedRectClip() to make use of clipRRect() instead of clipPath().
Comment 1 Florin Malita 2013-01-09 09:16:51 PST
Created attachment 181935 [details]
Patch
Comment 2 Stephen White 2013-01-09 13:27:21 PST
Comment on attachment 181935 [details]
Patch

Cool!  r=me
Comment 3 Florin Malita 2013-01-09 13:38:00 PST
Comment on attachment 181935 [details]
Patch

Thanks Stephen.
Comment 4 WebKit Review Bot 2013-01-09 14:03:20 PST
Comment on attachment 181935 [details]
Patch

Clearing flags on attachment: 181935

Committed r139238: <http://trac.webkit.org/changeset/139238>
Comment 5 WebKit Review Bot 2013-01-09 14:03:24 PST
All reviewed patches have been landed.  Closing bug.