| commit | 272b716ad966838ec463cdfc6693ee38083f7e1c | [log] [tgz] |
|---|---|---|
| author | pilgrim <pilgrim@chromium.org> | Fri Jul 15 00:56:22 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 00:59:13 2016 |
| tree | db8597ecac32237fc9f6c2e4f704f894a9b34d66 | |
| parent | be200eca4309e60f9d09739c3ff8fc92ead57c2e [diff] |
[Layout API] Use FrameView::layoutViewItem() in WebPluginContainerImpl.cpp There are several references to layoutView() which can be replaced 1-1 with layoutViewItem(). I had to add a localToAbsoluteQuad() method to LayoutItem. BUG=499321 Review-Url: https://codereview.chromium.org/1994443003 Cr-Commit-Position: refs/heads/master@{#405653}