
This removes some DCHECKs in our ozone/wayland ui_controls implementation that are unnecessary because hitting the DCHECK means we're in a situation where we'll crash anyways if we remove the DCHECK. The remaining DCHECKs in this set of files are converted to CHECKs, as per the new style guide. This doesn't make any difference in practice, as this test-only code has always been compiled with `dcheck_always_on=tue` on the bots. Bug: None Change-Id: I1257f4ec2e35d12da0448dab2320c01fca99830e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4660800 Auto-Submit: Max Ihlenfeldt <max@igalia.com> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1164827}
This directory contains UI frameworks used to build various user interface features. This directory is not intended to contain UI features (such as a keyboard).