Revert "Move blink::WebSurroundingText out of the public API"
This reverts commit 81209323. Reason for revert: It's possible that the first patch of this chain of three patches has caused the renderer process to crash on Android, so we need to revert this CL now in order to revert that first patch afterwards, so check whether the crashes go away after that. Original change's description: > Move blink::WebSurroundingText out of the public API > > This class is now only used from blink::SurroundingTextImpl, so we can > move it down into renderer/core/editing and remove it from the public API. > > Also, make the most of this move to make the new blink::SurroundingText > class use internal Blink types (i.e. WTF::String, LocalFrame) instead of > the public Web* types (i.e. WebString, WebLocalFrame), which will allow > migrating blink::EditingImpl away from WebLocalFrame on a follow-up CL. > > Bug: 980151, 919392 > Change-Id: I2a6ba1aa9e00603d40b4ccb9acb69f46baf5931b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699608 > Commit-Queue: Mario Sanchez Prada <mario@igalia.com> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#680007} TBR=dcheng@chromium.org,haraken@chromium.org,mario@igalia.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 980151, 919392 Change-Id: I978b040d7d9ee68d515cb7226f39edef942e61d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719349Reviewed-by:Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#681226}
Showing
This diff is collapsed.
Please register or sign in to comment