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

Unified Diff: third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) 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/platform/audio/ReverbConvolver.cpp
diff --git a/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp b/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
index 788716ae70b4a65e9bfedf62e48307df8dac5355..605eea59b292068c19dbe3b3d010d961c1c77f69 100644
--- a/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
+++ b/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
@@ -199,8 +199,9 @@ void ReverbConvolver::process(const AudioChannel* sourceChannel,
// thread.
if (m_backgroundThread)
m_backgroundThread->getWebTaskRunner()->postTask(
- BLINK_FROM_HERE, crossThreadBind(&ReverbConvolver::processInBackground,
- crossThreadUnretained(this)));
+ BLINK_FROM_HERE,
+ crossThreadBind(&ReverbConvolver::processInBackground,
+ crossThreadUnretained(this)));
}
void ReverbConvolver::reset() {
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Reverb.cpp ('k') | third_party/WebKit/Source/platform/audio/StereoPanner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698