diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 05:25:31 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 05:25:31 +0000 |
commit | 5790d92e12c225bfe1683c81cf223dcf64302d1d (patch) | |
tree | 6f58f7e47ef43377cde1c34b33d6f95b15b67f75 /ppapi | |
parent | eaa60485f027b00047a2e142d9616ede4333a46b (diff) | |
download | chromium_src-5790d92e12c225bfe1683c81cf223dcf64302d1d.zip chromium_src-5790d92e12c225bfe1683c81cf223dcf64302d1d.tar.gz chromium_src-5790d92e12c225bfe1683c81cf223dcf64302d1d.tar.bz2 |
Enable sending requests to pre-cache fonts from pepper plugin processes.
BUG=None
TEST=Pepper Flash should render the text on http://www.adventmedia.net/#/home correctly.
Review URL: http://codereview.chromium.org/8479024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/proxy/ppb_flash_file_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_flash_file_proxy.cc b/ppapi/proxy/ppb_flash_file_proxy.cc index e06bc32..0849053 100644 --- a/ppapi/proxy/ppb_flash_file_proxy.cc +++ b/ppapi/proxy/ppb_flash_file_proxy.cc @@ -58,7 +58,7 @@ void FreeDirContents(PP_Instance /* instance */, } // namespace // ModuleLocalThreadAdapter ---------------------------------------------------- - +// TODO(yzshen): Refactor to use IPC::SyncMessageFilter. class ModuleLocalThreadAdapter : public base::RefCountedThreadSafe<ModuleLocalThreadAdapter> { class Filter; |