| Index: webkit/plugins/ppapi/ppb_buffer_impl.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_buffer_impl.h (revision 87260)
|
| +++ webkit/plugins/ppapi/ppb_buffer_impl.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| uint32_t size() const { return size_; }
|
|
|
| // ResourceObjectBase overries.
|
| - virtual ::ppapi::thunk::PPB_Buffer_API* AsBuffer_API() OVERRIDE;
|
| + virtual ::ppapi::thunk::PPB_Buffer_API* AsPPB_Buffer_API() OVERRIDE;
|
|
|
| // PPB_Buffer_API implementation.
|
| virtual PP_Bool Describe(uint32_t* size_in_bytes) OVERRIDE;
|
|
|