Index: cc/resources/texture_mailbox_deleter.cc |
diff --git a/cc/resources/texture_mailbox_deleter.cc b/cc/resources/texture_mailbox_deleter.cc |
index cf7b3b6107f86068813f6a711a473f03bdc14490..542b95ebad4f319a67e1d5e9a4ef454447999477 100644 |
--- a/cc/resources/texture_mailbox_deleter.cc |
+++ b/cc/resources/texture_mailbox_deleter.cc |
@@ -17,7 +17,7 @@ namespace cc { |
static void DeleteTextureOnImplThread( |
const scoped_refptr<ContextProvider>& context_provider, |
unsigned texture_id, |
- unsigned sync_point, |
+ uint32 sync_point, |
bool is_lost) { |
if (sync_point) |
context_provider->ContextGL()->WaitSyncPointCHROMIUM(sync_point); |