| commit | 7de2947e19575d5c2e45e22d5b064609ebc06c4d | [log] [tgz] |
|---|---|---|
| author | pilgrim <pilgrim@chromium.org> | Thu Jul 14 21:56:08 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 21:59:45 2016 |
| tree | 0dc5c8e1dbaa5ff7420a76f876efe099713c9bce | |
| parent | da13eae9d1888c2b160b2f911e786f01406c23fd [diff] |
[Layout API] Use layoutViewItem() in HTMLMediaElement Document::layoutView() is deprecated and being removed soon. The replacement is Document::layoutViewItem(), which routes methods through the new block layout API. No new API methods were required. There are no functional changes. BUG=499321 Review-Url: https://codereview.chromium.org/2143973005 Cr-Commit-Position: refs/heads/master@{#405587}