| Index: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| index d36a774d269ddb51b2a89c5f608556ea1087c8ae..ecfb5165b47c6eb248e3da35ef512ce8dfb8e25d 100644
|
| --- a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| +++ b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
| @@ -16,7 +16,7 @@ public:
|
| protected:
|
| virtual ~CompositorWorkerMessagingProxy();
|
|
|
| - virtual PassRefPtr<WorkerThread> createWorkerThread(double originTime, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
|
| + virtual PassRefPtr<WorkerThread> createWorkerThread(double originTime, PassOwnPtr<WorkerThreadStartupData>);
|
| };
|
|
|
| } // namespace blink
|
|
|