Bug 1401638 - Fixup implicit constructor bustage. r=me on a CLOSED TREE

This commit is contained in:
Ryan Hunt 2017-09-22 11:25:17 -04:00
parent 9269f6c8a4
commit 21b23600b7

View File

@ -170,7 +170,7 @@ private:
struct PushedLayer
{
PushedLayer(bool aOldPermitSubpixelAA)
explicit PushedLayer(bool aOldPermitSubpixelAA)
: mOldPermitSubpixelAA(aOldPermitSubpixelAA)
{}
bool mOldPermitSubpixelAA;