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

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

Issue 1164753004: Tidy up CompositorWorkerManager unit tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 6 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.cpp
diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.cpp b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.cpp
index ed3d52652f074052664b12ed32048b50ea0cce6f..25eac34cf1e60ba2f6006590a4b70669ee3c24e9 100644
--- a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.cpp
+++ b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.cpp
@@ -10,8 +10,8 @@
namespace blink {
-CompositorWorkerMessagingProxy::CompositorWorkerMessagingProxy(InProcessWorkerBase* worker, PassOwnPtrWillBeRawPtr<WorkerClients> workerClients)
- : WorkerMessagingProxy(worker, workerClients)
+CompositorWorkerMessagingProxy::CompositorWorkerMessagingProxy(InProcessWorkerBase* worker)
+ : WorkerMessagingProxy(worker, nullptr)
{
}
« no previous file with comments | « Source/modules/compositorworker/CompositorWorkerMessagingProxy.h ('k') | Source/modules/filesystem/LocalFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698