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

Unified Diff: third_party/WebKit/Source/web/CompositorMutatorImpl.cpp

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 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: 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;
}
« no previous file with comments | « third_party/WebKit/Source/web/CompositorMutatorImpl.h ('k') | third_party/WebKit/Source/web/CompositorProxyClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698