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

Unified Diff: Source/core/events/InputDeviceInit.idl

Issue 1157173003: Impelement InputDevice.firesTouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
« Source/core/events/InputDevice.idl ('K') | « Source/core/events/InputDevice.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/InputDeviceInit.idl
diff --git a/Source/modules/webaudio/testing/InternalsWebAudio.idl b/Source/core/events/InputDeviceInit.idl
similarity index 71%
copy from Source/modules/webaudio/testing/InternalsWebAudio.idl
copy to Source/core/events/InputDeviceInit.idl
index fb3b231f02cc8e6b4be3ac3f9e468988edd2f1ad..07fe97e6696e01521df6b991b70048640881be50 100644
--- a/Source/modules/webaudio/testing/InternalsWebAudio.idl
+++ b/Source/core/events/InputDeviceInit.idl
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-partial interface Internals {
- unsigned long audioHandlerCount();
+dictionary InputDeviceInit {
+ boolean firesTouchEvents = false;
};
« Source/core/events/InputDevice.idl ('K') | « Source/core/events/InputDevice.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698