| Index: ppapi/proxy/ppb_font_proxy.cc
|
| ===================================================================
|
| --- ppapi/proxy/ppb_font_proxy.cc (revision 87260)
|
| +++ ppapi/proxy/ppb_font_proxy.cc (working copy)
|
| @@ -64,7 +64,7 @@
|
| return &info;
|
| }
|
|
|
| -::ppapi::thunk::PPB_Font_FunctionAPI* PPB_Font_Proxy::AsFont_FunctionAPI() {
|
| +::ppapi::thunk::PPB_Font_FunctionAPI* PPB_Font_Proxy::AsPPB_Font_FunctionAPI() {
|
| return this;
|
| }
|
|
|
| @@ -114,7 +114,7 @@
|
| Font::~Font() {
|
| }
|
|
|
| -ppapi::thunk::PPB_Font_API* Font::AsFont_API() {
|
| +ppapi::thunk::PPB_Font_API* Font::AsPPB_Font_API() {
|
| return this;
|
| }
|
|
|
|
|