| commit | cf09bfc276420cce16b406380b6eeefb35ec8cbd | [log] [tgz] |
|---|---|---|
| author | danakj <danakj@chromium.org> | Tue Jul 19 00:40:27 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 00:41:37 2016 |
| tree | 69d37c33875ce8f4e7229b6af9e5ac4b66508efa | |
| parent | 617092468b16c01673ab8a06cd3c2d4472ff905e [diff] |
webgl: Zero-initialize the SyncToken before calling GenSyncTokenCHROMIUM The GenSyncTokenCHROMIUM function may fail if it generates an error, or the context already has an error on it. At that point the sync token will not be updated, so we should have it initialized to 0 for this case. R=kbr@chromium.org BUG=629008 Review-Url: https://codereview.chromium.org/2162673002 Cr-Commit-Position: refs/heads/master@{#406162}