Chromium Code Reviews| Index: ppapi/proxy/ppb_font_proxy.cc |
| =================================================================== |
| --- ppapi/proxy/ppb_font_proxy.cc (revision 91773) |
| +++ ppapi/proxy/ppb_font_proxy.cc (working copy) |
| @@ -33,8 +33,8 @@ |
| return false; |
| output->text = *str; |
| - output->rtl = PPBoolToBool(run->rtl); |
| - output->override_direction = PPBoolToBool(run->override_direction); |
| + output->rtl = PP_ToBool(run->rtl); |
| + output->override_direction = PP_ToBool(run->override_direction); |
| return true; |
| } |