зеркало из https://github.com/mozilla/gecko-dev.git
Bug 734667 - Compilation fail on some toolchains due extra semicolon in EGL Provider. r=joe
This commit is contained in:
Родитель
42f8d5cb8b
Коммит
48344bb427
|
@ -2087,7 +2087,7 @@ GLContextEGL::CreateTextureImage(const nsIntSize& aSize,
|
|||
{
|
||||
nsRefPtr<TextureImage> t = new gl::TiledTextureImage(this, aSize, aContentType, aUseNearestFilter);
|
||||
return t.forget();
|
||||
};
|
||||
}
|
||||
|
||||
already_AddRefed<TextureImage>
|
||||
GLContextEGL::TileGenFunc(const nsIntSize& aSize,
|
||||
|
|
Загрузка…
Ссылка в новой задаче