mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
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:
parent
c68547f8f9
commit
1e7c3bd30f
@ -53,7 +53,7 @@ class TextureHost;
|
||||
#undef OPAQUE
|
||||
|
||||
struct LayersId {
|
||||
uint64_t mId;
|
||||
uint64_t mId = 0;
|
||||
|
||||
bool IsValid() const { return mId != 0; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user