| Index: ppapi/proxy/flash_font_file_resource.h
|
| diff --git a/ppapi/proxy/flash_font_file_resource.h b/ppapi/proxy/flash_font_file_resource.h
|
| index b4713072e5fb2364dee96ded21957f5d12efc5a1..e1b32d58f66ccc44a20e9a0939a74b49a995541f 100644
|
| --- a/ppapi/proxy/flash_font_file_resource.h
|
| +++ b/ppapi/proxy/flash_font_file_resource.h
|
| @@ -29,15 +29,15 @@ class FlashFontFileResource : public PluginResource,
|
| PP_Instance instance,
|
| const PP_BrowserFont_Trusted_Description* description,
|
| PP_PrivateFontCharset charset);
|
| - virtual ~FlashFontFileResource();
|
| + ~FlashFontFileResource() override;
|
|
|
| // Resource overrides.
|
| - virtual thunk::PPB_Flash_FontFile_API* AsPPB_Flash_FontFile_API() override;
|
| + thunk::PPB_Flash_FontFile_API* AsPPB_Flash_FontFile_API() override;
|
|
|
| // PPB_Flash_FontFile_API.
|
| - virtual PP_Bool GetFontTable(uint32_t table,
|
| - void* output,
|
| - uint32_t* output_length) override;
|
| + PP_Bool GetFontTable(uint32_t table,
|
| + void* output,
|
| + uint32_t* output_length) override;
|
|
|
| private:
|
| // Sees if we have a cache of the font table and returns a pointer to it.
|
|
|