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 789723f50c
commit 0c3ba6dc34

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