Backed out changeset 86959499a5b8 (bug 856079) because of build bustage

This commit is contained in:
Ehsan Akhgari
2013-04-22 17:44:12 -04:00
parent 1f864af0a8
commit 521fbb33d7
43 changed files with 570 additions and 427 deletions

View File

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