Bug 1313281 - Part 4: Remove Fence parameter from TextureData::Lock. r=sotaro
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user