| commit | 0af422d25ebf17ba296079e3e0192542de070b73 | [log] [tgz] |
|---|---|---|
| author | pilgrim <pilgrim@chromium.org> | Wed Jun 29 22:18:45 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 29 22:21:46 2016 |
| tree | a1f84206e27daeeb73d61ba108a2f02396ff5573 | |
| parent | 59135136e906b4c81d767b7e8cc06eeb5144f58b [diff] |
[Layout API] Use LayoutViewItem in PaintPropertyTreeBuilderTest.cpp There are two instances of document().layoutView(), which is deprecated. I changed each to layoutViewItem() and added a method on LayoutItem to proxy to the relevant method on LayoutObject. There are no functional changes. BUG=499321 Review-Url: https://codereview.chromium.org/2110893002 Cr-Commit-Position: refs/heads/master@{#402948}