Move HandleInputEvent into WebFrameWidgetBase
The common implementation of HandleInputEvent can be deduplicated. There are a few instances where metrics are logged only for the main frame so protect those with ForMainFrame() There were a few pieces of code weren't in the WebFrameWidgetImpl but were in the WebViewFrameWidget implementation. I believe these to be omissions and have added them in the common implementation. BUG=1097816 Change-Id: I1da3fa3a0d81eaf0e0c04bc4e85b51b40f7c9fb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525763 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#825931}
Showing
Please register or sign in to comment