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

Unified Diff: Source/modules/webaudio/AudioProcessingEvent.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/AudioParamTimeline.cpp ('k') | Source/modules/webaudio/AudioProcessingEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioProcessingEvent.h
diff --git a/Source/modules/webaudio/AudioProcessingEvent.h b/Source/modules/webaudio/AudioProcessingEvent.h
index db7ed74c4b09cad38136d657fba11424b9476000..d844c794cb447ac7a8e9c15ceffeaf09898742e0 100644
--- a/Source/modules/webaudio/AudioProcessingEvent.h
+++ b/Source/modules/webaudio/AudioProcessingEvent.h
@@ -33,12 +33,12 @@
namespace WebCore {
class AudioBuffer;
-
+
class AudioProcessingEvent : public Event {
public:
static PassRefPtr<AudioProcessingEvent> create();
static PassRefPtr<AudioProcessingEvent> create(PassRefPtr<AudioBuffer> inputBuffer, PassRefPtr<AudioBuffer> outputBuffer);
-
+
virtual ~AudioProcessingEvent();
AudioBuffer* inputBuffer() { return m_inputBuffer.get(); }
« no previous file with comments | « Source/modules/webaudio/AudioParamTimeline.cpp ('k') | Source/modules/webaudio/AudioProcessingEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698