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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerReportingProxy.h

Issue 2539443004: Worker: Move ParentFrameTaskRunners from WorkerReportingProxy to ObjectProxy (Closed)
Patch Set: rebase Created 3 years, 11 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/core/workers/WorkerReportingProxy.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
index 019e41586b99bda5b585579689ca3c9f4fc023fe..64f6292bcdba9a125d95e1c7b65c69f61d2e46f8 100644
--- a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
+++ b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
@@ -40,7 +40,6 @@
namespace blink {
-class ParentFrameTaskRunners;
class SourceLocation;
class WorkerOrWorkletGlobalScope;
@@ -60,9 +59,6 @@ class CORE_EXPORT WorkerReportingProxy {
SourceLocation*) = 0;
virtual void postMessageToPageInspector(const String&) = 0;
- // Returns the parent frame's task runners.
- virtual ParentFrameTaskRunners* getParentFrameTaskRunners() = 0;
-
// Invoked when the new WorkerGlobalScope is created. This is called after
// didLoadWorkerScript().
virtual void didCreateWorkerGlobalScope(WorkerOrWorkletGlobalScope*) {}
« no previous file with comments | « third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp ('k') | third_party/WebKit/Source/core/workers/WorkerThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698