| commit | 804a6ba854e3c7cbe182177ad45988b02f832a9c | [log] [tgz] |
|---|---|---|
| author | dcheng <dcheng@chromium.org> | Tue Jul 19 12:45:56 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 12:48:01 2016 |
| tree | e5391becdeb07bf8ebc9a88a9addbf5ae33a3e20 | |
| parent | 6e714433f6749c3664ca816d1c64a488828ef75d [diff] |
Fix layering violations in WebFrameWidget. There are currently Blink-internal interfaces exposed on the public WebFrameWidget interface. Move these to an internal interface: once WebWidget is properly separated from WebView, WebViewFrameWidget will be removed and WebFrameWidgetImpl and WebFrameWidgetBase can be merged. BUG=419087 Review-Url: https://codereview.chromium.org/2160003003 Cr-Commit-Position: refs/heads/master@{#406254}