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

Unified Diff: Source/modules/webaudio/PannerNode.idl

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/PannerNode.cpp ('k') | Source/modules/webaudio/RealtimeAnalyser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/PannerNode.idl
diff --git a/Source/modules/webaudio/PannerNode.idl b/Source/modules/webaudio/PannerNode.idl
index d20a2e65194d36a226ac190920037913b3ddaa9b..899b8a975f5a43188ba47b5c7a4a6e86d48b4f08 100644
--- a/Source/modules/webaudio/PannerNode.idl
+++ b/Source/modules/webaudio/PannerNode.idl
@@ -36,10 +36,10 @@
const unsigned short INVERSE_DISTANCE = 1;
const unsigned short EXPONENTIAL_DISTANCE = 2;
- // Default model for stereo is HRTF
+ // Default model for stereo is HRTF
[CustomSetter] attribute DOMString panningModel;
- // Uses a 3D cartesian coordinate system
+ // Uses a 3D cartesian coordinate system
void setPosition(float x, float y, float z);
void setOrientation(float x, float y, float z);
void setVelocity(float x, float y, float z);
« no previous file with comments | « Source/modules/webaudio/PannerNode.cpp ('k') | Source/modules/webaudio/RealtimeAnalyser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698