mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1351990 - Initialize SVGContextPaint's members. r=baku
MozReview-Commit-ID: EZJ5QFuLyna
This commit is contained in:
parent
8bca08a425
commit
c1539cd5b0
@ -51,7 +51,10 @@ class SVGContextPaint : public RefCounted<SVGContextPaint>
|
||||
protected:
|
||||
typedef mozilla::gfx::DrawTarget DrawTarget;
|
||||
|
||||
SVGContextPaint() {}
|
||||
SVGContextPaint()
|
||||
: mDashOffset(0.0f)
|
||||
, mStrokeWidth(0.0f)
|
||||
{}
|
||||
|
||||
public:
|
||||
typedef image::DrawResult DrawResult;
|
||||
|
Loading…
Reference in New Issue
Block a user