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

Unified Diff: webkit/glue/webworker_impl.cc

Issue 293001: Delete glue/webview{_delegate}.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « webkit/glue/webworker_impl.h ('k') | webkit/tools/test_shell/drag_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webworker_impl.cc
===================================================================
--- webkit/glue/webworker_impl.cc (revision 29380)
+++ webkit/glue/webworker_impl.cc (working copy)
@@ -28,6 +28,7 @@
#include "webkit/api/public/WebScreenInfo.h"
#include "webkit/api/public/WebString.h"
#include "webkit/api/public/WebURL.h"
+#include "webkit/api/public/WebView.h"
#include "webkit/api/public/WebWorkerClient.h"
#include "webkit/api/src/PlatformMessagePortChannel.h"
#include "webkit/api/src/WebDataSourceImpl.h"
@@ -35,8 +36,6 @@
#include "webkit/glue/glue_util.h"
#include "webkit/glue/webframe_impl.h"
#include "webkit/glue/webpreferences.h"
-#include "webkit/glue/webview.h"
-#include "webkit/glue/webview_delegate.h"
#include "webkit/glue/webworker_impl.h"
using WebKit::WebCursorInfo;
@@ -53,6 +52,7 @@
using WebKit::WebURL;
using WebKit::WebWorker;
using WebKit::WebWorkerClient;
+using WebKit::WebView;
#if ENABLE(WORKERS)
@@ -143,7 +143,7 @@
// loading requests from the worker context to the rest of WebKit and Chromium
// infrastructure.
DCHECK(!web_view_);
- web_view_ = WebView::Create(NULL);
+ web_view_ = WebView::create(NULL);
WebPreferences().Apply(web_view_);
web_view_->initializeMainFrame(WorkerWebFrameClient::GetSharedInstance());
« no previous file with comments | « webkit/glue/webworker_impl.h ('k') | webkit/tools/test_shell/drag_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698