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

Unified Diff: Source/modules/compositorworker/CompositorWorker.h

Issue 1075603003: workers: Move core worker functionality into InProcessWorkerBase. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 8 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 | « Source/core/workers/WorkerMessagingProxy.cpp ('k') | Source/modules/compositorworker/CompositorWorker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/compositorworker/CompositorWorker.h
diff --git a/Source/modules/compositorworker/CompositorWorker.h b/Source/modules/compositorworker/CompositorWorker.h
index 9dde1219eebc62e4f5c5686a353cdbb025424dd4..15a2f1af46047b8286a6280310de091ab82a3cb7 100644
--- a/Source/modules/compositorworker/CompositorWorker.h
+++ b/Source/modules/compositorworker/CompositorWorker.h
@@ -5,7 +5,7 @@
#ifndef CompositorWorker_h
#define CompositorWorker_h
-#include "core/workers/Worker.h"
+#include "core/workers/InProcessWorkerBase.h"
#include "wtf/PassRefPtr.h"
#include "wtf/text/AtomicString.h"
@@ -15,7 +15,7 @@ class ExceptionState;
class ExecutionContext;
class WorkerGlobalScopeProxy;
-class CompositorWorker final : public Worker {
+class CompositorWorker final : public InProcessWorkerBase {
DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<CompositorWorker> create(ExecutionContext*, const String& url, ExceptionState&);
« no previous file with comments | « Source/core/workers/WorkerMessagingProxy.cpp ('k') | Source/modules/compositorworker/CompositorWorker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698