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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.h

Issue 2881693002: Move more classes to WebLocalFrameBase instead of WebLocalFrameImpl. (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index 9c909607a062a39d84c46f2efe62c3e76d9d5b62..a230abe377d133853b7194426e09293d374e9254 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -49,7 +49,7 @@ namespace blink {
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
-class WebLocalFrameImpl;
+class WebLocalFrameBase;
class WebServiceWorkerNetworkProvider;
class WebSharedWorkerClient;
class WebString;
@@ -134,7 +134,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
Persistent<ExecutionContext> loading_document_;
Persistent<ThreadableLoadingContext> loading_context_;
WebView* web_view_;
- Persistent<WebLocalFrameImpl> main_frame_;
+ Persistent<WebLocalFrameBase> main_frame_;
bool asked_to_terminate_;
std::unique_ptr<WebServiceWorkerNetworkProvider> network_provider_;
« no previous file with comments | « third_party/WebKit/Source/web/WebScopedUserGesture.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698