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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerThread.h

Issue 1274023003: compositor-worker: Get the thread to run compositor-workers from the Platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 4 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/serviceworkers/ServiceWorkerThread.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerThread.h b/Source/modules/serviceworkers/ServiceWorkerThread.h
index 41d402c9b24d76ecba006a6f26f52cabe6c67be0..d1472a8d63e70c9f09f82302f01474978386e577 100644
--- a/Source/modules/serviceworkers/ServiceWorkerThread.h
+++ b/Source/modules/serviceworkers/ServiceWorkerThread.h
@@ -45,12 +45,12 @@ public:
protected:
PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtr<WorkerThreadStartupData>) override;
- WebThreadSupportingGC& backingThread() override;
+ WebThread& backingThread() override;
private:
ServiceWorkerThread(PassRefPtr<WorkerLoaderProxy>, WorkerReportingProxy&);
- OwnPtr<WebThreadSupportingGC> m_thread;
+ OwnPtr<WebThread> m_thread;
};
} // namespace blink
« no previous file with comments | « Source/modules/compositorworker/CompositorWorkerThread.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698