| Index: cc/resources/texture_mailbox_deleter.cc
|
| diff --git a/cc/resources/texture_mailbox_deleter.cc b/cc/resources/texture_mailbox_deleter.cc
|
| index ae6df17691d5fb97c56bfddb4bc25aa480394ffe..ba8d5c98180e293d13f30c8cbf226b6bf1e7beef 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->Context3d()->waitSyncPoint(sync_point);
|
|
|