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

Unified Diff: Source/modules/webaudio/DelayProcessor.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/modules/webaudio/DelayDSPKernel.h ('k') | Source/modules/webaudio/DelayProcessor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/DelayProcessor.h
diff --git a/Source/modules/webaudio/DelayProcessor.h b/Source/modules/webaudio/DelayProcessor.h
index 9d94670b5061d5179fb49519a2c8cd927db901ef..9e62a4c209cd357fe21c890c663873baf2f21e9e 100644
--- a/Source/modules/webaudio/DelayProcessor.h
+++ b/Source/modules/webaudio/DelayProcessor.h
@@ -34,14 +34,14 @@
namespace WebCore {
class AudioDSPKernel;
-
+
class DelayProcessor : public AudioDSPKernelProcessor {
public:
DelayProcessor(AudioContext*, float sampleRate, unsigned numberOfChannels, double maxDelayTime);
virtual ~DelayProcessor();
-
+
virtual PassOwnPtr<AudioDSPKernel> createKernel();
-
+
AudioParam* delayTime() const { return m_delayTime.get(); }
double maxDelayTime() { return m_maxDelayTime; }
« no previous file with comments | « Source/modules/webaudio/DelayDSPKernel.h ('k') | Source/modules/webaudio/DelayProcessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698