Bug 913821 - TextureID should be uint64 in the ipdl code. r=sotaro

This commit is contained in:
Nicolas Silva 2013-09-10 10:53:58 +02:00
parent cbcf9293ca
commit 91f8be1b2c

View File

@ -392,7 +392,7 @@ struct OpTextureSwap {
struct ReplyTextureRemoved {
PCompositable compositable;
uint32_t textureId;
uint64_t textureId;
};
// Unit of a "changeset reply". This is a weird abstraction, probably