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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/Target.js

Issue 2815003002: [DevTools] Split InputModel out of screencast (Closed)
Patch Set: comments addressed Created 3 years, 8 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/devtools/front_end/sdk/Target.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
index 0865f0e130661327697daae03e3e4da8fab399cb..6cad69eeecc67808ea39f36fa958e5fed2b13639 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
@@ -210,10 +210,11 @@ SDK.Target.Capability = {
Tracing: 1 << 7,
TouchEmulation: 1 << 8,
Security: 1 << 9,
+ Input: 1 << 10,
None: 0,
- AllForTests: (1 << 10) - 1
+ AllForTests: (1 << 11) - 1
};
/**

Powered by Google App Engine
This is Rietveld 408576698