| Index: cc/resources/texture_mailbox_deleter.h
|
| diff --git a/cc/resources/texture_mailbox_deleter.h b/cc/resources/texture_mailbox_deleter.h
|
| index 9b6d771c0f54279423ad447b208603cfaab5d100..add1549899a130f6f103ec7f663f966385cd4869 100644
|
| --- a/cc/resources/texture_mailbox_deleter.h
|
| +++ b/cc/resources/texture_mailbox_deleter.h
|
| @@ -32,10 +32,9 @@ class CC_EXPORT TextureMailboxDeleter {
|
| private:
|
| // Runs the |impl_callback| to delete the texture and removes the callback
|
| // from the |impl_callbacks_| list.
|
| - void RunDeleteTextureOnImplThread(
|
| - SingleReleaseCallback* impl_callback,
|
| - unsigned sync_point,
|
| - bool is_lost);
|
| + void RunDeleteTextureOnImplThread(SingleReleaseCallback* impl_callback,
|
| + uint32 sync_point,
|
| + bool is_lost);
|
|
|
| ScopedPtrVector<SingleReleaseCallback> impl_callbacks_;
|
| base::WeakPtrFactory<TextureMailboxDeleter> weak_ptr_factory_;
|
|
|