Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(816)

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 7044012: Support getting the font list in Pepper. This currently only works out of (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_common.gypi ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_thread.h
===================================================================
--- content/ppapi_plugin/ppapi_thread.h (revision 85766)
+++ content/ppapi_plugin/ppapi_thread.h (working copy)
@@ -13,7 +13,7 @@
#include "build/build_config.h"
#include "content/common/child_thread.h"
#include "ppapi/c/pp_module.h"
-#include "ppapi/proxy/dispatcher.h"
+#include "ppapi/proxy/plugin_dispatcher.h"
#include "ppapi/c/trusted/ppp_broker.h"
class FilePath;
@@ -24,7 +24,7 @@
}
class PpapiThread : public ChildThread,
- public pp::proxy::Dispatcher::Delegate {
+ public pp::proxy::PluginDispatcher::PluginDelegate {
public:
explicit PpapiThread(bool is_broker);
~PpapiThread();
@@ -40,6 +40,7 @@
virtual ppapi::WebKitForwarding* GetWebKitForwarding();
virtual void PostToWebKitThread(const tracked_objects::Location& from_here,
const base::Closure& task);
+ virtual bool SendToBrowser(IPC::Message* msg);
// Message handlers.
void OnMsgLoadPlugin(const FilePath& path);
« no previous file with comments | « content/content_common.gypi ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698