RESOLVED FIXED 48726
Remove the unused GraphicsContext::strokeRect(FloatRect)
https://bugs.webkit.org/show_bug.cgi?id=48726
Summary Remove the unused GraphicsContext::strokeRect(FloatRect)
Andreas Kling
Reported 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.
Attachments
Proposed patch (1.85 KB, patch)
2010-10-31 09:16 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2010-10-31 09:16:50 PDT
Created attachment 72458 [details] Proposed patch
Dirk Schulze
Comment 2 2010-10-31 11:54:20 PDT
Comment on attachment 72458 [details] Proposed patch r=me.
Andreas Kling
Comment 3 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>
Andreas Kling
Comment 4 2010-10-31 12:02:43 PDT
All reviewed patches have been landed. Closing bug.
Antonio Gomes
Comment 5 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]
Note You need to log in before you can comment on or make changes to this bug.