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}
1 file changed