Bug 867460 - Remove notion of ShaderProgramTypes from gfx/gl. r=bschouten, sr=joe

This commit is contained in:
Andreas Gal
2013-06-24 13:05:13 -04:00
parent 5d47f08138
commit 0b9f23e900
27 changed files with 231 additions and 221 deletions

View File

@@ -47,7 +47,7 @@ public:
return mImpl->gl();
}
virtual ShaderProgramOGL* GetProgram(gl::ShaderProgramType aType) MOZ_OVERRIDE
virtual ShaderProgramOGL* GetProgram(ShaderProgramType aType) MOZ_OVERRIDE
{
return mImpl->GetProgram(aType);
}