diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 16:52:23 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 16:52:23 +0000 |
commit | 4c44183a500eed9fcc8b866612c601608d70ad52 (patch) | |
tree | 7d0efcc7c9e76deb17d2c6a471ee6df939e228b1 /ppapi/shared_impl | |
parent | e681c6dd814c1d842b4d490a43f3e1fc80608c8a (diff) | |
download | chromium_src-4c44183a500eed9fcc8b866612c601608d70ad52.zip chromium_src-4c44183a500eed9fcc8b866612c601608d70ad52.tar.gz chromium_src-4c44183a500eed9fcc8b866612c601608d70ad52.tar.bz2 |
Move text input API to Instance.
This allows us to delete a bunch of separate files that just do routing.
TEST=none
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10170014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl')
-rw-r--r-- | ppapi/shared_impl/function_group_base.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ppapi/shared_impl/function_group_base.h b/ppapi/shared_impl/function_group_base.h index e09b893..ce42a38 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) \ F(PPB_Instance_FunctionAPI) \ - F(PPB_TextInput_FunctionAPI) \ F(ResourceCreationAPI) namespace ppapi { |