| Index: ppapi/nacl_irt/ppapi_dispatcher.cc
|
| diff --git a/ppapi/nacl_irt/ppapi_dispatcher.cc b/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| index c8374bbc80c8960137dfc77274c53e63a6833a3a..42d900c8373c2c04a71b16987ccd0b73901ec6c7 100644
|
| --- a/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| +++ b/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| @@ -112,7 +112,7 @@ std::string PpapiDispatcher::GetUILanguage() {
|
| return std::string();
|
| }
|
|
|
| -void PpapiDispatcher::PreCacheFont(const void* logfontw) {
|
| +void PpapiDispatcher::PreCacheFontForFlash(const void* logfontw) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|