Backed out changeset 6356b67f6c87 (bug 902929)

This commit is contained in:
Wes Kocher 2013-08-20 20:50:26 -07:00
Родитель 5f8374e407
Коммит bfece22ab9
2 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -102,7 +102,7 @@ public:
CompositableChild* GetIPDLActor() const;
// should only be called by a CompositableForwarder
virtual void SetIPDLActor(CompositableChild* aChild);
void SetIPDLActor(CompositableChild* aChild);
CompositableForwarder* GetForwarder() const
{

Просмотреть файл

@ -181,11 +181,6 @@ public:
return TextureInfo(mType);
}
virtual void SetIPDLActor(CompositableChild* aChild) MOZ_OVERRIDE
{
MOZ_ASSERT(!aChild, "ImageClientBridge should not have IPDL actor");
}
protected:
uint64_t mAsyncContainerID;
ShadowableLayer* mLayer;