summaryrefslogtreecommitdiffstats
path: root/webkit/api/public/WebKitClient.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 02:13:41 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 02:13:41 +0000
commit5f3f56de244046b0222ef25510809b79a36135d9 (patch)
tree8cbd74310eaecae79efd20af5e8d60a062ce78e3 /webkit/api/public/WebKitClient.h
parentf72f38623b7a32e7ba8c92f4a6d98d05fc51c311 (diff)
downloadchromium_src-5f3f56de244046b0222ef25510809b79a36135d9.zip
chromium_src-5f3f56de244046b0222ef25510809b79a36135d9.tar.gz
chromium_src-5f3f56de244046b0222ef25510809b79a36135d9.tar.bz2
Move createWorker from WebKitClient to WebWorkerClient per your suggestion, to avoid using WebKitClient outside the main thread.
Review URL: http://codereview.chromium.org/115103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api/public/WebKitClient.h')
-rw-r--r--webkit/api/public/WebKitClient.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/api/public/WebKitClient.h b/webkit/api/public/WebKitClient.h
index 112e5ff..5b136d5 100644
--- a/webkit/api/public/WebKitClient.h
+++ b/webkit/api/public/WebKitClient.h
@@ -44,8 +44,6 @@ namespace WebKit {
class WebURL;
struct WebPluginInfo;
template <typename T> class WebVector;
- class WebWorker;
- class WebWorkerClient;
class WebKitClient {
public:
@@ -129,11 +127,6 @@ namespace WebKit {
// Callable from a background WebKit thread.
virtual void callOnMainThread(void (*func)()) = 0;
-
-
- // WebWorkers ----------------------------------------------------------
-
- virtual WebWorker* createWorker(WebWorkerClient*) = 0;
};
} // namespace WebKit