1 Description: Remove an extra constant definition that is now being generated by newer versions of cbindgen (0.24), and causing build failures because it is defined in several places.
2 Author: Olivier Tilloy <olivier.tilloy@canonical.com>
3 Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1773259
6 --- a/gfx/webrender_bindings/webrender_ffi.h
7 +++ b/gfx/webrender_bindings/webrender_ffi.h
8 @@ -73,8 +73,6 @@ struct WrPipelineInfo;
9 struct WrPipelineIdAndEpoch;
10 using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
12 -const uint64_t ROOT_CLIP_CHAIN = ~0;
15 } // namespace mozilla