Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from mozilla-central gfx/wr #3911

Merged
merged 1 commit into from Apr 9, 2020
Merged

Commits on Apr 9, 2020

  1. Bug 1628130: Delete webrender::prim_store::PrimitiveSceneData. r=gw

    Most `Internable` implementations give `PrimitiveSceneData` as their
    `InternData` associated type, the type of data associated with the handle in the
    scene builder thread. However, nothing in the scene builder code, or anywhere in
    WebRender, actually uses the contents of `PrimitiveSceneData`, so it can be
    replaced with `()` with no effect on the code other than memory savings.
    
    Differential Revision: https://phabricator.services.mozilla.com/D70121
    
    [ghsync] From https://hg.mozilla.org/mozilla-central/rev/6473560b64001edfccf30dacd60db31ad24df3e7
    Jim Blandy authored and moz-gfx committed Apr 9, 2020
You can’t perform that action at this time.