| commit | da13eae9d1888c2b160b2f911e786f01406c23fd | [log] [tgz] |
|---|---|---|
| author | pilgrim <pilgrim@chromium.org> | Thu Jul 14 21:55:10 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 21:57:09 2016 |
| tree | 3b218ef760be5501eafe1b9b6b646b4a8741fef2 | |
| parent | 2c1cf7fe4b625ca97449bb7b079fa65e09dc5907 [diff] |
[Layout API] Use layoutViewItem() in PaintLayer 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/2146313003 Cr-Commit-Position: refs/heads/master@{#405586}