
Split the legacy ZWPTextInputWrapper interface in two and add impls for each of them: - ZwpTextInputV1[Impl] - ZwpTextInputV3[Impl] In this change the text input v1 and v3 objects are still multi-instance, i.e. each WaylandInputMethodContext owns a separate instance of either ZwpTextInputV1 or ZwpTextInputV3. ZwpTextInputV* objects will be converted to singletons in a subsequent change. Bug: 414284073 Change-Id: I99751d0ec27f646dacd836808d25b5b9d96ff7b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6495371 Commit-Queue: Orko Garai <orko@igalia.com> Reviewed-by: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/main@{#1454042}
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).