Skip to content
Snippets Groups Projects
Commit 9b889709 authored by Bas Schouten's avatar Bas Schouten
Browse files

Bug 755591: Properly initialize mPermitSubpixelAA. r=jrmuizel

parent 9f18aeac
No related branches found
No related tags found
No related merge requests found
......@@ -521,7 +521,7 @@ protected:
class DrawTarget : public RefCounted<DrawTarget>
{
public:
DrawTarget() : mTransformDirty(false) {}
DrawTarget() : mTransformDirty(false), mPermitSubpixelAA(false) {}
virtual ~DrawTarget() {}
virtual BackendType GetType() const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment