Chromium Code Reviews| Index: Source/modules/webaudio/RealtimeAnalyser.cpp |
| diff --git a/Source/modules/webaudio/RealtimeAnalyser.cpp b/Source/modules/webaudio/RealtimeAnalyser.cpp |
| index a8a8e662af4d5724582fda9a90c0107c9dddd519..26b2f68dedaa3cf74cb9ea7e9ad78167bb2695a9 100644 |
| --- a/Source/modules/webaudio/RealtimeAnalyser.cpp |
| +++ b/Source/modules/webaudio/RealtimeAnalyser.cpp |
| @@ -37,7 +37,7 @@ |
| namespace blink { |
| -const double RealtimeAnalyser::DefaultSmoothingTimeConstant = 0.8; |
| +const double RealtimeAnalyser::DefaultSmoothingTimeConstant = 0.8; |
|
Raymond Toy
2015/08/03 15:46:54
Drive-by-comment:
This change seems unrelated. G
sof
2015/08/03 15:53:47
A whitespace change too trivial to merit a change
|
| const double RealtimeAnalyser::DefaultMinDecibels = -100; |
| const double RealtimeAnalyser::DefaultMaxDecibels = -30; |