Move <webview> public api implementation to the element's prototype
Currently, all of the <webview> public api methods forward to WebViewImpl. We now implement methods that don't involve internal details of WebViewImpl on the <webview> element itself. For methods that do require details of WebViewImpl or WebViewInternal, we forward the calls as needed. Bug: 793935, 867831 Change-Id: Iad6a1a1b27c9351e7f7edeaa246b26e799be697d Reviewed-on: https://chromium-review.googlesource.com/1188868 Commit-Queue: Kevin McNee <mcnee@chromium.org> Reviewed-by:Paul Meyer <paulmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#589915}
Showing
Please register or sign in to comment