Bug 867460: remove notion of ShaderProgramTypes from gfx/gl. Carry r=bas. r=bgirard for the changes.

This commit is contained in:
Andreas Gal
2013-07-04 13:25:50 -04:00
parent bffb190854
commit cc4fcded13
27 changed files with 254 additions and 220 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);
}