Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc

This commit is contained in:
Nicolas Silva
2013-04-22 18:41:29 -04:00
parent 702d012731
commit 6f9262c760
43 changed files with 427 additions and 570 deletions

View File

@@ -349,7 +349,7 @@ protected:
virtual already_AddRefed<gfxASurface>
CreateBuffer(ContentType, const nsIntRect&, uint32_t, gfxASurface**)
{
NS_RUNTIMEABORT("ShadowThebesLayer can't paint content");
NS_RUNTIMEABORT("ThebesLayerComposite can't paint content");
return nullptr;
}
};