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

Unified Diff: Source/modules/webaudio/OscillatorNode.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/OfflineAudioDestinationNode.cpp ('k') | Source/modules/webaudio/PannerNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/OscillatorNode.h
diff --git a/Source/modules/webaudio/OscillatorNode.h b/Source/modules/webaudio/OscillatorNode.h
index 51701eba85726c4d043d8d0dae90d26b38408cc5..f8ea1e725f85faba68a272d5d4819f143af8808d 100644
--- a/Source/modules/webaudio/OscillatorNode.h
+++ b/Source/modules/webaudio/OscillatorNode.h
@@ -55,7 +55,7 @@ public:
static PassRefPtr<OscillatorNode> create(AudioContext*, float sampleRate);
virtual ~OscillatorNode();
-
+
// AudioNode
virtual void process(size_t framesToProcess);
virtual void reset();
@@ -80,7 +80,7 @@ private:
// One of the waveform types defined in the enum.
unsigned short m_type;
-
+
// Frequency value in Hertz.
RefPtr<AudioParam> m_frequency;
@@ -99,7 +99,7 @@ private:
// Stores sample-accurate values calculated according to frequency and detune.
AudioFloatArray m_phaseIncrements;
AudioFloatArray m_detuneValues;
-
+
RefPtr<PeriodicWave> m_periodicWave;
// Cache the wave tables for different waveform types, except CUSTOM.
« no previous file with comments | « Source/modules/webaudio/OfflineAudioDestinationNode.cpp ('k') | Source/modules/webaudio/PannerNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698