| Index: third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp b/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| index 6cf060b58318d79bf4244fc4aa1719a55084590d..2a4d40e998fde2b385db64b033d8b8a35e1f102b 100644
|
| --- a/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/CompositorMutatorImpl.cpp
|
| @@ -46,9 +46,10 @@ std::unique_ptr<CompositorMutatorClient> CompositorMutatorImpl::createClient() {
|
| } else {
|
| createCompositorMutatorClient(&mutatorClient, &doneEvent);
|
| }
|
| - // TODO(flackr): Instead of waiting for this event, we may be able to just set the
|
| - // mutator on the CompositorProxyClient directly from the compositor thread before
|
| - // it gets used there. We still need to make sure we only create one mutator though.
|
| + // TODO(flackr): Instead of waiting for this event, we may be able to just set
|
| + // the mutator on the CompositorProxyClient directly from the compositor
|
| + // thread before it gets used there. We still need to make sure we only
|
| + // create one mutator though.
|
| doneEvent.wait();
|
| return mutatorClient;
|
| }
|
|
|