Move more methods from WebViewImpl to WebViewBase, and cut dependencies.
The work continues the effort to remove direct dependencies on web/WebViewImpl.h by moving methods to a pure virtual base class, and updating references to use the base class rather than the implementation. We need to break cyclic dependencies in web/ to allow us to move files up into core/ and modules/. BUG=712963 Review-Url: https://codereview.chromium.org/2851993002 Cr-Commit-Position: refs/heads/master@{#468307}
Showing
Please register or sign in to comment