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:
parent
eb170703fc
commit
46b450a049
@ -30,6 +30,9 @@ enum GrGLBinding {
|
||||
kLastGrGLBinding = kES_GrGLBinding
|
||||
};
|
||||
|
||||
// Temporary alias until Chromium can be updated.
|
||||
static const GrGLBinding kES2_GrGLBinding = kES_GrGLBinding;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user