Chromium Code Reviews| Index: ppapi/shared_impl/function_group_base.h |
| diff --git a/ppapi/shared_impl/function_group_base.h b/ppapi/shared_impl/function_group_base.h |
| index e09b893cf11f7b4cfd453440daa35d094b813fba..ce42a389251090a3cbb7aef73eff08d9c826380d 100644 |
| --- a/ppapi/shared_impl/function_group_base.h |
| +++ b/ppapi/shared_impl/function_group_base.h |
| @@ -10,12 +10,7 @@ |
| #include "ppapi/shared_impl/ppapi_shared_export.h" |
| #define FOR_ALL_PPAPI_FUNCTION_APIS(F) \ |
| - F(PPB_CharSet_FunctionAPI) \ |
| - F(PPB_CursorControl_FunctionAPI) \ |
| - F(PPB_Font_FunctionAPI) \ |
| - F(PPB_Fullscreen_FunctionAPI) \ |
|
Scott Hess - ex-Googler
2012/04/23 20:48:37
I guess these were lame ducks?
brettw
2012/04/23 22:00:55
Yes.
|
| F(PPB_Instance_FunctionAPI) \ |
| - F(PPB_TextInput_FunctionAPI) \ |
| F(ResourceCreationAPI) |
| namespace ppapi { |