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

Unified Diff: Source/core/testing/Internals.idl

Issue 18478003: Vibration cannot be canceled during pattern vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adoptation for recently changing of NavigatorVibration. Created 7 years, 5 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
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index a3ea3bcb8e2302a38d3d0a78182f0cf9e1a7a1f3..2fbae500b9cef652a87bc7d961d1bf0ab03ea2b5 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -254,5 +254,7 @@
boolean isSelectPopupVisible(Node node);
+ boolean isVibrating(Document document);
+
[RaisesException] ClientRect selectionBounds();
};

Powered by Google App Engine
This is Rietveld 408576698