Fix broken custom resizer for resizable HTML elements.
Some HTML elements may have a resizer which can be restyled by using CSS pseudo element: -webkit-resizer, for example: 1. <textarea>; 2. <div> with overflow: hidden and resize: both; The resizer of these elements can be displayed independently of the scrollbar. So the custom resizer's construction, style updating, layout and paint offset translation should be considered even if the scrollbar doesn't exist. Bug: 863748 Change-Id: Ie097284fcf8f896c4a394548d0b553475d5f26b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757262 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#689499}
Showing


