mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 805792 - Avoid another extra copie when calling RenderTile. r=Cwiiis
--HG-- rename : layout/style/test/test_viewport_units.html => layout/style/test/test_rem_unit.html extra : rebase_source : 3b18b7c42691b655264b615044e28cb448fde7a6
This commit is contained in:
parent
f2fa20df59
commit
09de587ee4
@ -197,7 +197,7 @@ TiledThebesLayerOGL::ProcessUploadQueue()
|
||||
}
|
||||
|
||||
void
|
||||
TiledThebesLayerOGL::RenderTile(TiledTexture aTile,
|
||||
TiledThebesLayerOGL::RenderTile(const TiledTexture& aTile,
|
||||
const gfx3DMatrix& aTransform,
|
||||
const nsIntPoint& aOffset,
|
||||
const nsIntRegion& aScreenRegion,
|
||||
|
@ -131,7 +131,7 @@ public:
|
||||
void ProcessUploadQueue();
|
||||
|
||||
// Renders a single given tile.
|
||||
void RenderTile(TiledTexture aTile,
|
||||
void RenderTile(const TiledTexture& aTile,
|
||||
const gfx3DMatrix& aTransform,
|
||||
const nsIntPoint& aOffset,
|
||||
const nsIntRegion& aScreenRegion,
|
||||
|
Loading…
Reference in New Issue
Block a user