Chromium Code Reviews| Index: third_party/WebKit/Source/platform/audio/Panner.h |
| diff --git a/third_party/WebKit/Source/platform/audio/Panner.h b/third_party/WebKit/Source/platform/audio/Panner.h |
| index 84662f0d5c8b7a50f7bbad024f1a57924f1f871f..192ee6a5346dae075ae58b52f27f55f65f264d6e 100644 |
| --- a/third_party/WebKit/Source/platform/audio/Panner.h |
| +++ b/third_party/WebKit/Source/platform/audio/Panner.h |
| @@ -57,8 +57,6 @@ public: |
| virtual ~Panner() { }; |
| - PanningModel panningModel() const { return m_panningModel; } |
|
Raymond Toy
2016/02/29 22:28:29
DBYC: Does panningModel() conflict? If not, then
danakj
2016/02/29 22:35:32
Yep. PanningModel PanningModel() is ambiguous.
|
| - |
| virtual void pan(double azimuth, double elevation, const AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess) = 0; |
| virtual void reset() = 0; |