Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/layers. r=nical

This commit is contained in:
Amanda Sambath
2015-06-03 13:45:24 +02:00
parent c8acebdbeb
commit f89f621f37
15 changed files with 26 additions and 24 deletions

View File

@@ -180,7 +180,7 @@ TextureImageTextureSourceOGL::Update(gfx::DataSourceSurface* aSurface,
}
void
TextureImageTextureSourceOGL::EnsureBuffer(const nsIntSize& aSize,
TextureImageTextureSourceOGL::EnsureBuffer(const IntSize& aSize,
gfxContentType aContentType)
{
if (!mTexImage ||