Bug 681634 - Get m-c to build with static checking; NS_OVERRIDE failure in gfx. r=cjones

This commit is contained in:
Joshua Cranmer 2011-08-29 12:29:51 -07:00
parent 8679696257
commit 60b24c98f0
2 changed files with 0 additions and 9 deletions

View File

@ -466,13 +466,6 @@ ShadowLayersParent::RecvUpdate(const InfallibleTArray<Edit>& cset,
return true;
}
bool
ShadowLayersParent::RecvGetParentType(LayersBackend* aBackend)
{
*aBackend = layer_manager()->GetBackendType();
return true;
}
PLayerParent*
ShadowLayersParent::AllocPLayer()
{

View File

@ -74,8 +74,6 @@ protected:
NS_OVERRIDE virtual bool RecvUpdate(const EditArray& cset,
EditReplyArray* reply);
NS_OVERRIDE virtual bool RecvGetParentType(LayersBackend* aBackend);
NS_OVERRIDE virtual PLayerParent* AllocPLayer();
NS_OVERRIDE virtual bool DeallocPLayer(PLayerParent* actor);