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

Unified Diff: Source/modules/testing/InternalsVibration.idl

Issue 18478003: Vibration cannot be canceled during pattern vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Vibration cannot be canceled during pattern vibration. Created 7 years, 4 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/modules/testing/InternalsVibration.idl
diff --git a/Source/core/html/canvas/OESTextureFloat.idl b/Source/modules/testing/InternalsVibration.idl
similarity index 90%
copy from Source/core/html/canvas/OESTextureFloat.idl
copy to Source/modules/testing/InternalsVibration.idl
index f97da858cd117ddc4a82bdb78f0efb45ebb1a615..0037e5ae5ea8a39c9c1f86c9ec0c9ae326b3e62f 100644
--- a/Source/core/html/canvas/OESTextureFloat.idl
+++ b/Source/modules/testing/InternalsVibration.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
+ * Copyright (C) 2013 Samsung Electronics. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -24,6 +24,6 @@
*/
[
- NoInterfaceObject
-] interface OESTextureFloat {
+] partial interface Internals {
+ boolean isVibrating(Document document);
};

Powered by Google App Engine
This is Rietveld 408576698