commit | 9111c97150bb26cb9bd411748ed7540cf47c57bf | [log] [tgz] |
---|---|---|
author | Joemer Ramos <joemerramos@chromium.org> | Thu Jul 21 18:04:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 21 18:04:17 2022 |
tree | fa758f8141de15b797853e7a565cb80ca26738cb | |
parent | 399aedeb641831b72419d34b2cafcefc663390c0 [diff] |
[iOS] Forward declare textViewUsingTextLayoutManager for iOS 16 CL here crrev.com/c/3762696 was the initial fix. This is an extension of that for another class that needed the same fix. Fix is that `+textViewUsingTextLayoutManager` needs to be defined for an iOS 16 device running on the iOS 15 SDK. Bug: 1331347 Change-Id: Ia71edb23f13bb4d5e638723339afc36a85c4b13f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3780444 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@{#1026865}
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.