mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 873486 - Remove wrong C++11 virt-specifier MOZ_OVERRIDE in method definition. r=mattwoodrow
This commit is contained in:
parent
96772b5506
commit
81556ffce5
@ -865,7 +865,7 @@ GrallocTextureHostOGL::GetFormat() const
|
||||
}
|
||||
|
||||
void
|
||||
GrallocTextureHostOGL::SetBuffer(SurfaceDescriptor* aBuffer, ISurfaceAllocator* aAllocator) MOZ_OVERRIDE
|
||||
GrallocTextureHostOGL::SetBuffer(SurfaceDescriptor* aBuffer, ISurfaceAllocator* aAllocator)
|
||||
{
|
||||
MOZ_ASSERT(!mBuffer, "Will leak the old mBuffer");
|
||||
mBuffer = aBuffer;
|
||||
|
Loading…
Reference in New Issue
Block a user