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

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

Issue 2672983002: [DevTools] Separate ScreenCaptureModel out of ResourceTreeModel. (Closed)
Patch Set: rebased Created 3 years, 10 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 5d29300a9a8aff200a4ddde3f31ad4ff97c60c1d..2b25a28254cd74612f0a7a7ff97d091fb0452076 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
@@ -191,10 +191,11 @@ SDK.Target.Capability = {
Log: 8,
Network: 16,
Target: 32,
+ ScreenCapture: 64,
None: 0,
- AllForTests: 63
+ AllForTests: 127
};
SDK.Target._nextId = 1;

Powered by Google App Engine
This is Rietveld 408576698