commit | a9f261d78e24e925b7049121033aa81359460817 | [log] [tgz] |
---|---|---|
author | Joemer Ramos <joemerramos@chromium.org> | Wed Jul 20 00:49:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 20 00:49:00 2022 |
tree | a9302f615f8d7b3f8f15a193aa8ebd96edbbf6ac | |
parent | 574c335ad39a78e2ed4f1207dd5e5a091bea635e [diff] |
[iOS] Forward declaring textViewUsingTextLayoutManager To ensure that a workaround, where UITextViews are using TextKit1, compiles successfully with bots against the iOS 15 SDK, we forward declare the textViewUsingTextLayoutManager method. This makes sure that if a build is using Xc13 and a device is running iOS 16, we tell the method to acts as if iOS 16 doesn't exist. Bug: 1331347 Change-Id: Ifb4647608b2e9b4800fb8171df57e8fdf4b14e08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3762696 Commit-Queue: Joemer Ramos <joemerramos@chromium.org> Reviewed-by: Justin Cohen <justincohen@chromium.org> Reviewed-by: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1026034}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.