mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 6356b67f6c87 (bug 902929)
This commit is contained in:
parent
536fb11a9d
commit
ea15ca7cf7
@ -102,7 +102,7 @@ public:
|
|||||||
CompositableChild* GetIPDLActor() const;
|
CompositableChild* GetIPDLActor() const;
|
||||||
|
|
||||||
// should only be called by a CompositableForwarder
|
// should only be called by a CompositableForwarder
|
||||||
virtual void SetIPDLActor(CompositableChild* aChild);
|
void SetIPDLActor(CompositableChild* aChild);
|
||||||
|
|
||||||
CompositableForwarder* GetForwarder() const
|
CompositableForwarder* GetForwarder() const
|
||||||
{
|
{
|
||||||
|
@ -181,11 +181,6 @@ public:
|
|||||||
return TextureInfo(mType);
|
return TextureInfo(mType);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void SetIPDLActor(CompositableChild* aChild) MOZ_OVERRIDE
|
|
||||||
{
|
|
||||||
MOZ_ASSERT(!aChild, "ImageClientBridge should not have IPDL actor");
|
|
||||||
}
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
uint64_t mAsyncContainerID;
|
uint64_t mAsyncContainerID;
|
||||||
ShadowableLayer* mLayer;
|
ShadowableLayer* mLayer;
|
||||||
|
Loading…
Reference in New Issue
Block a user