| commit | 0140a4528d0ee1a2e02173729bba24e969887310 | [log] [tgz] |
|---|---|---|
| author | lfg <lfg@chromium.org> | Tue Jul 19 19:15:05 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 19:17:42 2016 |
| tree | 76f52ed2a11bad5f1b48866ef06ef802b013b052 | |
| parent | 0934ba457e48ff44d4da6884a960e3b877fc94dd [diff] |
Remove rootWindowRect from WebWidgetClient and move it to WebViewClient. Since there's a single root window, even when multiple RenderWidgets are used to render the frame (with out-of-process iframes), it makes more sense to have the rootWindowRect implementation in the WebViewClient. This is part of a refactor to split WebView/WebWidget. BUG=419087 Review-Url: https://codereview.chromium.org/2148463002 Cr-Commit-Position: refs/heads/master@{#406336}