mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
Bug 1401638 - Fixup implicit constructor bustage. r=me on a CLOSED TREE
This commit is contained in:
parent
9269f6c8a4
commit
21b23600b7
@ -170,7 +170,7 @@ private:
|
||||
|
||||
struct PushedLayer
|
||||
{
|
||||
PushedLayer(bool aOldPermitSubpixelAA)
|
||||
explicit PushedLayer(bool aOldPermitSubpixelAA)
|
||||
: mOldPermitSubpixelAA(aOldPermitSubpixelAA)
|
||||
{}
|
||||
bool mOldPermitSubpixelAA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user