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

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

Issue 1100413004: workers: Move ownership of WebThread from WorkerThread (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/CompositorWorkerThread.h
diff --git a/Source/modules/compositorworker/CompositorWorkerThread.h b/Source/modules/compositorworker/CompositorWorkerThread.h
index 7da5a06ec5b301a50d2c9c79a6453b6b8ec13135..d8633c74130d06318d06bad5edae8e9182b815f8 100644
--- a/Source/modules/compositorworker/CompositorWorkerThread.h
+++ b/Source/modules/compositorworker/CompositorWorkerThread.h
@@ -23,9 +23,11 @@ private:
// WorkerThread:
PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtr<WorkerThreadStartupData>) override;
+ WebThreadSupportingGC* webThreadSupportingGC() override;
WorkerObjectProxy& m_workerObjectProxy;
double m_timeOrigin;
+ OwnPtr<WebThreadSupportingGC> m_thread;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698