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

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

Issue 458313005: Cleanup namespace usage from animation to exported in platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup namespace usage from animation to exported in platform/ Created 6 years, 4 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
« no previous file with comments | « Source/platform/audio/ReverbConvolver.h ('k') | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/ReverbConvolver.cpp
diff --git a/Source/platform/audio/ReverbConvolver.cpp b/Source/platform/audio/ReverbConvolver.cpp
index 48949a5858bc655dc3879546ca8ba8236cf6b86a..187c4876aa6ffa57d8f0b087d62080cd09548fc8 100644
--- a/Source/platform/audio/ReverbConvolver.cpp
+++ b/Source/platform/audio/ReverbConvolver.cpp
@@ -122,7 +122,7 @@ ReverbConvolver::ReverbConvolver(AudioChannel* impulseResponse, size_t renderSli
// Start up background thread
// FIXME: would be better to up the thread priority here. It doesn't need to be real-time, but higher than the default...
if (useBackgroundThreads && m_backgroundStages.size() > 0)
- m_backgroundThread = adoptPtr(blink::Platform::current()->createThread("Reverb convolution background thread"));
+ m_backgroundThread = adoptPtr(Platform::current()->createThread("Reverb convolution background thread"));
}
ReverbConvolver::~ReverbConvolver()
« no previous file with comments | « Source/platform/audio/ReverbConvolver.h ('k') | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698