| Index: trunk/src/ppapi/proxy/compositor_layer_resource.h
|
| ===================================================================
|
| --- trunk/src/ppapi/proxy/compositor_layer_resource.h (revision 278764)
|
| +++ trunk/src/ppapi/proxy/compositor_layer_resource.h (working copy)
|
| @@ -22,7 +22,7 @@
|
| public thunk::PPB_CompositorLayer_API {
|
| public:
|
| // Release callback for texture or image layer.
|
| - typedef base::Callback<void(int32_t, uint32_t, bool)> ReleaseCallback;
|
| + typedef base::Callback<void(uint32_t, bool)> ReleaseCallback;
|
|
|
| CompositorLayerResource(Connection connection,
|
| PP_Instance instance,
|
|
|