Bug 1613195 - Initialize LayersId::mId to 0. r=kats

Differential Revision: https://phabricator.services.mozilla.com/D63987

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Botond Ballo 2020-02-25 19:34:15 +00:00
parent c68547f8f9
commit 1e7c3bd30f

View File

@ -53,7 +53,7 @@ class TextureHost;
#undef OPAQUE
struct LayersId {
uint64_t mId;
uint64_t mId = 0;
bool IsValid() const { return mId != 0; }