| Index: third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| diff --git a/chrome/browser/resources/settings/people_page/pin_keyboard.js b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| similarity index 70%
|
| copy from chrome/browser/resources/settings/people_page/pin_keyboard.js
|
| copy to third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| index 2d63b6558799326c6be72b14460d30cab50f7042..d4166a4e6df9a4f2f21f0bb4d36eb820addf09c7 100644
|
| --- a/chrome/browser/resources/settings/people_page/pin_keyboard.js
|
| +++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| @@ -2,4 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -<include src="../../chromeos/quick_unlock/pin_keyboard.js">
|
| +dictionary StereoPannerOptions : AudioNodeOptions {
|
| + float pan;
|
| +};
|
|
|