author | Nicolas Silva <nical@mozilla.com> |
Tue, 10 Sep 2013 10:53:58 +0200 | |
changeset 146404 | 2f406d02bf24557af3d463d885d1551da7eccf90 |
parent 146403 | 097fd1744dfe0bc0670caee7dcd5846b38a268a9 |
child 146405 | 0452b5b504d09cdb1882bd22effbdb960c84dde0 |
push id | 25260 |
push user | ryanvm@gmail.com |
push date | Wed, 11 Sep 2013 00:29:30 +0000 |
treeherder | mozilla-central@f73bed2856a8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | sotaro |
bugs | 913821 |
milestone | 26.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/gfx/layers/ipc/LayersMessages.ipdlh +++ b/gfx/layers/ipc/LayersMessages.ipdlh @@ -387,17 +387,17 @@ struct OpContentBufferSwap { struct OpTextureSwap { PCompositable compositable; uint32_t textureId; SurfaceDescriptor image; }; struct ReplyTextureRemoved { PCompositable compositable; - uint32_t textureId; + uint64_t textureId; }; // Unit of a "changeset reply". This is a weird abstraction, probably // only to be used for buffer swapping. union EditReply { OpContentBufferSwap; OpTextureSwap;