temporary kES2_GrGLBinding alias to unblock DEPS roll

git-svn-id: http://skia.googlecode.com/svn/trunk@10749 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-08-15 19:45:26 +00:00
parent eb170703fc
commit 46b450a049

View File

@ -30,6 +30,9 @@ enum GrGLBinding {
kLastGrGLBinding = kES_GrGLBinding
};
// Temporary alias until Chromium can be updated.
static const GrGLBinding kES2_GrGLBinding = kES_GrGLBinding;
////////////////////////////////////////////////////////////////////////////////
/**