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

Unified Diff: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.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/WebEmbeddedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
index 7f0f72c4edcf6860ff9140b08e3e5a80215b5932..d4babcb5cf4d5064f1caf7abdf03c354e7a8a80a 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
@@ -45,7 +45,7 @@ namespace blink {
class ThreadableLoadingContext;
class ServiceWorkerGlobalScopeProxy;
-class WebLocalFrameImpl;
+class WebLocalFrameBase;
class WebView;
class WorkerInspectorProxy;
class WorkerScriptLoader;
@@ -123,7 +123,7 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
// are guaranteed to exist while this object is around.
WebView* web_view_;
- Persistent<WebLocalFrameImpl> main_frame_;
+ Persistent<WebLocalFrameBase> main_frame_;
Persistent<ThreadableLoadingContext> loading_context_;
bool loading_shadow_page_;
« no previous file with comments | « third_party/WebKit/Source/web/TextFinder.cpp ('k') | third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698