diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-09 02:11:19 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-09 02:11:19 +0000 |
commit | 5aebe523df04a15f1cfb096206f32e6e84e76cfc (patch) | |
tree | 249cbf710c2c91f75567b46f1f32517d2986e3e9 /webkit | |
parent | b217e399f84ee905915db9006f57ce18da0e9b59 (diff) | |
download | chromium_src-5aebe523df04a15f1cfb096206f32e6e84e76cfc.zip chromium_src-5aebe523df04a15f1cfb096206f32e6e84e76cfc.tar.gz chromium_src-5aebe523df04a15f1cfb096206f32e6e84e76cfc.tar.bz2 |
Move the charset inteface to "trusted" (we can't implement this efficiently
in NaCl) and modify to no longer require the memory interface.
This keeps the old interface and implements it in terms of the newer one. We
can remove it when all callers have been updated.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9348069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/plugins/ppapi/plugin_module.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc index 57a3645..93d8161 100644 --- a/webkit/plugins/ppapi/plugin_module.cc +++ b/webkit/plugins/ppapi/plugin_module.cc @@ -83,6 +83,7 @@ #include "ppapi/c/trusted/ppb_audio_trusted.h" #include "ppapi/c/trusted/ppb_broker_trusted.h" #include "ppapi/c/trusted/ppb_buffer_trusted.h" +#include "ppapi/c/trusted/ppb_char_set_trusted.h" #include "ppapi/c/trusted/ppb_file_chooser_trusted.h" #include "ppapi/c/trusted/ppb_file_io_trusted.h" #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" |