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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/modules/compositorworker/CompositorWorkerGlobalScope.cpp
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp
index aaced4898727fb9421d7c58893e0fca4ecc52e8c..3e644787ef221fb04bec2e14686325246376ceaf 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp
@@ -74,9 +74,8 @@ void CompositorWorkerGlobalScope::postMessage(
const MessagePortArray& ports,
ExceptionState& exceptionState) {
// Disentangle the port in preparation for sending it to the remote context.
- MessagePortChannelArray channels =
- MessagePort::disentanglePorts(scriptState->getExecutionContext(), ports,
- exceptionState);
+ MessagePortChannelArray channels = MessagePort::disentanglePorts(
+ scriptState->getExecutionContext(), ports, exceptionState);
if (exceptionState.hadException())
return;
workerObjectProxy().postMessageToWorkerObject(std::move(message),

Powered by Google App Engine
This is Rietveld 408576698