Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: modules/vibration/NavigatorVibration.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/speech/WindowSpeech.idl ('k') | modules/webaudio/AnalyserNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/vibration/NavigatorVibration.idl
diff --git a/modules/vibration/NavigatorVibration.idl b/modules/vibration/NavigatorVibration.idl
index 2c2c140706f3fd4ea5ab31a9824ce1fc22550e07..8ed66244a67afda5c09ea7a3e42648396aff0041 100644
--- a/modules/vibration/NavigatorVibration.idl
+++ b/modules/vibration/NavigatorVibration.idl
@@ -17,9 +17,12 @@
* Boston, MA 02110-1301, USA.
*/
+// http://dev.w3.org/2009/dap/vibration/#idl-def-Navigator
+
partial interface Navigator {
+ // FIXME: should be union type http://crbug.com/240176
// FIXME: The contents of the pattern argument should be clamped.
// See https://code.google.com/p/chromium/issues/detail?id=310138
+ boolean vibrate([Clamp] unsigned long pattern);
boolean vibrate(sequence<unsigned long> pattern);
- boolean vibrate([Clamp] unsigned long time);
};
« no previous file with comments | « modules/speech/WindowSpeech.idl ('k') | modules/webaudio/AnalyserNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698