Fix error: ‘access’ may be used uninitialized in this function
authorJoe Gregorio <jcgregorio@google.com>
Wed, 30 Nov 2016 19:33:42 +0000 (14:33 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 30 Nov 2016 20:51:02 +0000 (20:51 +0000)
commit94e4ab1e353f2202369798045ec3dfe0a89c9bbe
treeaff46ce8ee66971c32097ede0a0181de767194a6
parent08c79b855679f175c099f9038198ec657b40ea12
Fix error: ‘access’ may be used uninitialized in this function
 [-Werror=maybe-uninitialized]
in GrGLGpu::bindImageStorage.

Found because this broke the compiles for the debugger, imageinfo, and fiddle,
but apparently not any bots?

BUG=skia:

Change-Id: Id8f964bca4f6493428b35c1b64df468b9d1419db
Reviewed-on: https://skia-review.googlesource.com/5380
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
src/gpu/gl/GrGLGpu.cpp