| commit | 19ec8b20ec90c3e7d3a957ea3e5aeb2062e97962 | [log] [tgz] |
|---|---|---|
| author | xidachen <xidachen@chromium.org> | Thu Jul 07 02:42:27 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 02:43:44 2016 |
| tree | 00f540f114febf9ccbc2f5e0e0d47ee06fb91a39 | |
| parent | 4f6382c45e105322038b6fa1885cd1f479ef5ff8 [diff] |
Check display list canvas fall back reason unknown The FallbackReasonUnknown bin is still non-zero. This CL changes DCHECK to CHECK, such that when Unknown happens, browser crashes. This will hit canary first, once we have crash report with stack trace, we can fix it right away. BUG=585578 Review-Url: https://codereview.chromium.org/2125153002 Cr-Commit-Position: refs/heads/master@{#404040}