зеркало из https://github.com/mozilla/gecko-dev.git
bug 900964 - GLContext::GLErrorToString changed to a static function - r=bjacob
This commit is contained in:
Родитель
eb7ace5353
Коммит
5bb1d9fb66
|
@ -565,8 +565,7 @@ private:
|
|||
// Error handling
|
||||
public:
|
||||
|
||||
// TODO: this function should be a static
|
||||
const char* GLErrorToString(GLenum aError) const
|
||||
static const char* GLErrorToString(GLenum aError)
|
||||
{
|
||||
switch (aError) {
|
||||
case LOCAL_GL_INVALID_ENUM:
|
||||
|
|
Загрузка…
Ссылка в новой задаче