Bug 913298. Remove AddMaskEffect and RemoveMaskEffect declarations. r=nical

This commit is contained in:
Nicholas Cameron 2013-09-09 09:06:57 +12:00
parent 89686c5e44
commit f3efa82044

View File

@ -185,12 +185,6 @@ public:
void SetWorldTransform(const gfxMatrix& aMatrix); void SetWorldTransform(const gfxMatrix& aMatrix);
gfxMatrix& GetWorldTransform(void); gfxMatrix& GetWorldTransform(void);
static bool AddMaskEffect(Layer* aMaskLayer,
EffectChain& aEffect,
bool aIs3D = false);
static void RemoveMaskEffect(Layer* aMaskLayer);
/** /**
* RAII helper class to add a mask effect with the compositable from aMaskLayer * RAII helper class to add a mask effect with the compositable from aMaskLayer
* to the EffectChain aEffect and notify the compositable when we are done. * to the EffectChain aEffect and notify the compositable when we are done.