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

Unified Diff: Source/modules/webaudio/OfflineAudioCompletionEvent.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
Index: Source/modules/webaudio/OfflineAudioCompletionEvent.h
diff --git a/Source/modules/webaudio/OfflineAudioCompletionEvent.h b/Source/modules/webaudio/OfflineAudioCompletionEvent.h
index f0a28522fc805027dad4f9c1e9e533bde6ba7305..639744ec751b6feca338ca6633f811595d679e2b 100644
--- a/Source/modules/webaudio/OfflineAudioCompletionEvent.h
+++ b/Source/modules/webaudio/OfflineAudioCompletionEvent.h
@@ -33,12 +33,12 @@
namespace WebCore {
class AudioBuffer;
-
+
class OfflineAudioCompletionEvent : public Event {
public:
static PassRefPtr<OfflineAudioCompletionEvent> create();
static PassRefPtr<OfflineAudioCompletionEvent> create(PassRefPtr<AudioBuffer> renderedBuffer);
-
+
virtual ~OfflineAudioCompletionEvent();
AudioBuffer* renderedBuffer() { return m_renderedBuffer.get(); }
« no previous file with comments | « Source/modules/webaudio/MediaStreamAudioDestinationNode.h ('k') | Source/modules/webaudio/OfflineAudioDestinationNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698