Index: third_party/WebKit/Source/modules/webaudio/ConstantSourceOptions.idl |
diff --git a/ash/resources/vector_icons/system_menu_arrow_right.icon b/third_party/WebKit/Source/modules/webaudio/ConstantSourceOptions.idl |
similarity index 56% |
copy from ash/resources/vector_icons/system_menu_arrow_right.icon |
copy to third_party/WebKit/Source/modules/webaudio/ConstantSourceOptions.idl |
index 2dc5eacc3a79e1e4880ceaecf0c1d59e37779b57..5cd584c3173a5b8ef4376ba9e5308e0b9e351518 100644 |
--- a/ash/resources/vector_icons/system_menu_arrow_right.icon |
+++ b/third_party/WebKit/Source/modules/webaudio/ConstantSourceOptions.idl |
@@ -2,9 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-CANVAS_DIMENSIONS, 40, |
-MOVE_TO, 16, 28, |
-R_LINE_TO, 8, -8, |
-R_LINE_TO, -8, -8, |
-CLOSE, |
-END |
+// See https://webaudio.github.io/web-audio-api/#constantsourceoptions |
+dictionary ConstantSourceOptions { |
+ float offset = 1; |
+}; |