Skip to content

Commit 5ace52b

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8733774702075916993 [email protected] Bug: none Change-Id: I001b67bfbdfd5c11ca7b06acb973e89c5d86199b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5938151 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Nancy Li <[email protected]>
1 parent 54c08ba commit 5ace52b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': 'ccf6613682a24413db28656da6f9c52948331bad',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '741e6161160ee7d7b2a25d0758c2598b018cee14',
27+
'chromium_browser_protocol_revision' : '113ef3a54d27db7602c8fa9a0754efa42b47ea96',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '3c0acd2d4e73dd911309d9e970ba09d58bf23a62',

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7435,6 +7435,10 @@ export const NativeFunctions = [
74357435
name: "beginLayer",
74367436
signatures: [["?options"]]
74377437
},
7438+
{
7439+
name: "fillTextCluster",
7440+
signatures: [["textCluster","?x","?y"]]
7441+
},
74387442
{
74397443
name: "placeElement",
74407444
signatures: [["element","x","y"]]

0 commit comments

Comments
 (0)