cbindgen-0.24.patch 629 B

123456789101112131415161718
  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
  4. Forwarded: not-needed
  5. --- a/gfx/webrender_bindings/webrender_ffi.h
  6. +++ b/gfx/webrender_bindings/webrender_ffi.h
  7. @@ -73,8 +73,6 @@ struct WrPipelineInfo;
  8. struct WrPipelineIdAndEpoch;
  9. using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
  10. -const uint64_t ROOT_CLIP_CHAIN = ~0;
  11. -
  12. } // namespace wr
  13. } // namespace mozilla