| commit | ca57d598bf5b672a4ffd9372475aec13cae5737f | [log] [tgz] |
|---|---|---|
| author | ortuno <ortuno@chromium.org> | Thu Jul 14 15:13:14 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 15:15:04 2016 |
| tree | d5ad939fc273d662fad245d5e12a2bb57b1b5d54 | |
| parent | 74e94b331cfeac65a846cad109db3ee0f8442603 [diff] |
blink: Remove uses of blink variant bindings in content Including a blink variant binding in content/renderer means that content/renderer includes all of wtf/. Sadly this means that we can no longer use the same enum in content/renderer and blink so we static cast at the boundary. Review-Url: https://codereview.chromium.org/2145993003 Cr-Commit-Position: refs/heads/master@{#405498}