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

Unified Diff: Source/modules/compositorworker/CompositorWorkerMessagingProxy.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
Index: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
index ecfb5165b47c6eb248e3da35ef512ce8dfb8e25d..bc3dc61974594a1ba8a1cbc8b46178f47a348ed4 100644
--- a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
+++ b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
@@ -11,7 +11,7 @@ namespace blink {
class CompositorWorkerMessagingProxy final : public WorkerMessagingProxy {
public:
- CompositorWorkerMessagingProxy(Worker*, PassOwnPtrWillBeRawPtr<WorkerClients>);
+ CompositorWorkerMessagingProxy(InProcessWorkerBase*, PassOwnPtrWillBeRawPtr<WorkerClients>);
protected:
virtual ~CompositorWorkerMessagingProxy();

Powered by Google App Engine
This is Rietveld 408576698