Init GrGLSLCaps fields from inside GrGLCaps
authorcdalton <cdalton@nvidia.com>
Thu, 11 Jun 2015 02:23:46 +0000 (19:23 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 11 Jun 2015 02:23:46 +0000 (19:23 -0700)
commit4cd6713af1c699b79e04b590109768300faee531
tree47f29483bd21d99a7d09212dae176eefabc94b6e
parent026beb52a29a620290fcfb24f1e7e9e75547b80f
Init GrGLSLCaps fields from inside GrGLCaps

Fixes circular dependencies by allowing the initialization to be done
intertwined.

BUG=skia:

Review URL: https://codereview.chromium.org/1177053002
include/gpu/GrCaps.h
src/gpu/gl/GrGLCaps.cpp
src/gpu/gl/GrGLCaps.h