| Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| index aea84aa2697dd34f91c933bb361d052006f7fdb3..56c71077d4d913f5847e0e7b3cf4bce9a334db72 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| @@ -259,11 +259,6 @@ public:
|
| // if necessary.
|
| PeriodicWave* periodicWave(int type);
|
|
|
| - // Check whether the AudioContext requires a user gesture and whether the
|
| - // current stack is processing user gesture and record these information in
|
| - // a histogram.
|
| - void recordUserGestureState();
|
| -
|
| protected:
|
| explicit BaseAudioContext(Document*);
|
| BaseAudioContext(Document*, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate);
|
|
|