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

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

Issue 2542813006: Worker: Use per-frame task runners for ThreadedWorklets (Closed)
Patch Set: Created 4 years 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 | « no previous file | third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
index 0b4bfe83f9d6c0deefc154c847028a04aadc47f1..0ce5f6efd2dcff05139ba5cfd99b175362300fb8 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
@@ -12,7 +12,6 @@
namespace blink {
-class ExecutionContext;
class ThreadedWorkletMessagingProxy;
// A proxy to talk to the parent worklet object. This object is created on the
@@ -49,8 +48,6 @@ class CORE_EXPORT ThreadedWorkletObjectProxy : public WorkerReportingProxy {
ThreadedWorkletObjectProxy(const WeakPtr<ThreadedWorkletMessagingProxy>&);
private:
- ExecutionContext* getExecutionContext() const;
-
// No guarantees about the lifetimes of tasks posted by this proxy wrt the
// ThreadedWorkletMessagingProxy so a weak pointer must be used when posting
// the tasks.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698