Bug 48726 - Remove the unused GraphicsContext::strokeRect(FloatRect)
Summary: Remove the unused GraphicsContext::strokeRect(FloatRect)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-31 09:16 PDT by Andreas Kling
Modified: 2010-10-31 20:35 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (1.85 KB, patch)
2010-10-31 09:16 PDT, 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 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]