| Index: webkit/plugins/ppapi/ppb_buffer_impl.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_buffer_impl.h (revision 110200)
|
| +++ webkit/plugins/ppapi/ppb_buffer_impl.h (working copy)
|
| @@ -12,8 +12,6 @@
|
| #include "ppapi/thunk/ppb_buffer_trusted_api.h"
|
| #include "ppapi/shared_impl/resource.h"
|
|
|
| -struct PPB_Buffer_Dev;
|
| -
|
| namespace webkit {
|
| namespace ppapi {
|
|
|
| @@ -58,7 +56,7 @@
|
| // mapped state in the destructor.
|
| class BufferAutoMapper {
|
| public:
|
| - BufferAutoMapper(::ppapi::thunk::PPB_Buffer_API* api);
|
| + explicit BufferAutoMapper(::ppapi::thunk::PPB_Buffer_API* api);
|
| ~BufferAutoMapper();
|
|
|
| // Will be NULL on failure to map.
|
|
|