mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 662258 - GCC warning about BasicThebesLayerBuffer::CreateBuffer getting hidden by ShadowThebesLayerBuffer::CreateBuffer. r=roc
This commit is contained in:
parent
c039ef0e76
commit
60e32d2ae0
@ -2689,7 +2689,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual already_AddRefed<gfxASurface>
|
||||
CreateBuffer(ContentType aType, const nsIntSize& aSize)
|
||||
CreateBuffer(ContentType, const nsIntSize&, PRUint32)
|
||||
{
|
||||
NS_RUNTIMEABORT("ShadowThebesLayer can't paint content");
|
||||
return nsnull;
|
||||
|
Loading…
x
Reference in New Issue
Block a user