commit | 81d399b4b0f1c019b8865dc3c89f2e7227b49382 | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Thu Sep 05 15:02:37 2019 |
committer | Commit Bot <[email protected]> | Thu Sep 05 15:02:37 2019 |
tree | 9b52ab3001ca1bdf4b4360995c6ee2ba0ac0cf26 | |
parent | 10d84513d37455c096cb85a46a7adcf205896f07 [diff] |
Remove WebWidget::IsFrameWidget. The WebWidget in a frame-based RenderWidget is always a WebFrameWidget now. The TextInputClientObserver checks if the WebWidget is a WebFrameWidget when it is not null, but for a frame-based RenderWidget is always a WebFrameWidget now when not null, and becomes null instead of a non- WebFrameWidget when the main local frame is detached. So we can just check (and return directly) the nullptr instead. [email protected] Bug: 419087 Change-Id: If0c3eea72a468d5d1b63cc8a5427c7a17880c59a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783919 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Commit-Queue: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#693728}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .