commit | 77eb7e8aaa68b7ce2105efe5d24bc0f6e0fbc79b | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Thu Jan 09 19:38:46 2020 |
committer | Commit Bot <[email protected]> | Thu Jan 09 19:38:46 2020 |
tree | dd0c9013d6b51828f363bd64d1a14af9d94a6544 | |
parent | 93404d2c523c47fb111e973f92baa78fa2178ca7 [diff] |
Change never-visible terminology for RenderWidgets to never-composited. The terminology was defined around never Showing a RenderWidget to the user and thus not compositing it. However visibility is now split between Widgets (show for compositing) and Views/Pages (show for blink timers/js). And since we plumb this bit through RenderView creation and store it there, it becomes ambiguous. This renames it throughout to be more clear that it is about compositing (ie RenderWidgets) and not about page visiblity. [email protected], [email protected] TBR=sky Bug: 419087 Change-Id: Ic95d7c0eae473d5a1adfc369fd88272471f6fafb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992343 Commit-Queue: danakj <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#729855}
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 .