| 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 daf25f7a3de998e7504c2bfe6706774c61637387..174c9c9d7fe26065b7f508c53ba815ec0205bea1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
|
| @@ -194,10 +194,11 @@ SDK.Target.Capability = {
|
| Target: 1 << 5,
|
| ScreenCapture: 1 << 6,
|
| Tracing: 1 << 7,
|
| + TouchEmulation: 1 << 8,
|
|
|
| None: 0,
|
|
|
| - AllForTests: (1 << 8) - 1
|
| + AllForTests: (1 << 9) - 1
|
| };
|
|
|
| /**
|
|
|