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

Unified Diff: third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl

Issue 2130943002: Remove runtime setting for input capabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
diff --git a/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl b/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
index e7ae86debbf39f39be3b5ece4134d3d4289be0a2..6dc61474888e6f8e428fe33ae756114355953e41 100644
--- a/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
+++ b/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- RuntimeEnabled=InputDeviceCapabilities,
-] dictionary InputDeviceCapabilitiesInit {
+dictionary InputDeviceCapabilitiesInit {
boolean firesTouchEvents = false;
};

Powered by Google App Engine
This is Rietveld 408576698