DevTools: fix style tooltips after core/css refactor
DevTools agents rely on getting specific computed styles via getComputedCSSValueInternal(). After a refactoring [1], this method stopped accepting platform property names as strings, and started using IDs. This CL migrates those callsites to use IDs, which fixes the broken style tooltips on hover during 'inspect mode'. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1676647 Bug: 982396 Change-Id: Iebe59024659a8ee90db1396cfb9b83796a9689b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1694404Reviewed-by:Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#676137}
Showing
Please register or sign in to comment