Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical

This commit is contained in:
Tor Arvid Lund
2013-12-20 11:46:28 -05:00
parent 871d084489
commit 231aac51ee
14 changed files with 35 additions and 32 deletions

View File

@@ -243,7 +243,7 @@ GrallocTextureClientOGL::AllocateGralloc(gfx::IntSize aSize,
MaybeMagicGrallocBufferHandle handle;
PGrallocBufferChild* actor =
allocator->AllocGrallocBuffer(gfx::ThebesIntSize(aSize),
allocator->AllocGrallocBuffer(aSize,
aAndroidFormat,
aUsage,
&handle);