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}
Showing
This diff is collapsed.
Please register or sign in to comment