Bug 48726

Summary: Remove the unused GraphicsContext::strokeRect(FloatRect)
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jpetsovits, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2010-10-31 09:16:02 PDT
This function is only implemented by GraphicsContextOpenVG and not called from anywhere.
strokeRect(const FloatRect&, float lineWidth) is the real deal.
Comment 1 Andreas Kling 2010-10-31 09:16:50 PDT
Created attachment 72458 [details]
Proposed patch
Comment 2 Dirk Schulze 2010-10-31 11:54:20 PDT
Comment on attachment 72458 [details]
Proposed patch

r=me.
Comment 3 Andreas Kling 2010-10-31 12:02:34 PDT
Comment on attachment 72458 [details]
Proposed patch

Clearing flags on attachment: 72458

Committed r70994: <http://trac.webkit.org/changeset/70994>
Comment 4 Andreas Kling 2010-10-31 12:02:43 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Antonio Gomes 2010-10-31 20:35:51 PDT
(In reply to comment #0)
> This function is only implemented by GraphicsContextOpenVG and not called from anywhere.
> strokeRect(const FloatRect&, float lineWidth) is the real deal.

[+jakob]