Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical
This commit is contained in:
@@ -243,7 +243,7 @@ GrallocTextureClientOGL::AllocateGralloc(gfx::IntSize aSize,
|
||||
|
||||
MaybeMagicGrallocBufferHandle handle;
|
||||
PGrallocBufferChild* actor =
|
||||
allocator->AllocGrallocBuffer(gfx::ThebesIntSize(aSize),
|
||||
allocator->AllocGrallocBuffer(aSize,
|
||||
aAndroidFormat,
|
||||
aUsage,
|
||||
&handle);
|
||||
|
||||
Reference in New Issue
Block a user