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

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

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.h
diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
index b5a8ac94ccba015b95cb9c0c4e3504c34a6fb27e..0718c93f2ae2f1fd7c6964a63682120c08251abb 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(InProcessWorkerBase*, PassOwnPtrWillBeRawPtr<WorkerClients>);
+ explicit CompositorWorkerMessagingProxy(InProcessWorkerBase*);
protected:
virtual ~CompositorWorkerMessagingProxy();

Powered by Google App Engine
This is Rietveld 408576698