Bug 1313281 - Part 4: Remove Fence parameter from TextureData::Lock. r=sotaro

This commit is contained in:
Matt Woodrow
2016-10-27 21:02:09 +13:00
parent 3c78aeff18
commit 915a274bf8
15 changed files with 19 additions and 34 deletions

View File

@@ -43,7 +43,7 @@ public:
YUVColorSpace aYUVColorSpace,
TextureFlags aTextureFlags);
virtual bool Lock(OpenMode aMode, FenceHandle*) override { return true; }
virtual bool Lock(OpenMode aMode) override { return true; }
virtual void Unlock() override {}