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

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

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/compositorworker/CompositorWorkerThread.cpp
diff --git a/Source/modules/compositorworker/CompositorWorkerThread.cpp b/Source/modules/compositorworker/CompositorWorkerThread.cpp
index fa420027933081e3485cf6dce85ce7dc3144510f..b329aa6d607c315c949ceb8d87a2655d1fd39efa 100644
--- a/Source/modules/compositorworker/CompositorWorkerThread.cpp
+++ b/Source/modules/compositorworker/CompositorWorkerThread.cpp
@@ -36,7 +36,7 @@ PassRefPtrWillBeRawPtr<WorkerGlobalScope> CompositorWorkerThread::createWorkerGl
return CompositorWorkerGlobalScope::create(this, startupData, m_timeOrigin);
}
-WebThreadSupportingGC& CompositorWorkerThread::backingThread()
+WebThread& CompositorWorkerThread::backingThread()
{
return CompositorWorkerManager::instance()->compositorWorkerThread();
}

Powered by Google App Engine
This is Rietveld 408576698