Befixing Bas build bustage, bug 757329

This commit is contained in:
Robert O'Callahan 2012-05-22 18:00:23 +12:00
parent e83eab4047
commit 088ebb3f01
2 changed files with 2 additions and 2 deletions

View File

@ -2062,7 +2062,7 @@ gfxContext::GetOp()
* if the pattern is actually used.
*/
void
gfxContext::ChangeTransform(Matrix &aNewMatrix)
gfxContext::ChangeTransform(const Matrix &aNewMatrix)
{
AzureState &state = CurrentState();

View File

@ -741,7 +741,7 @@ private:
void FillAzure(mozilla::gfx::Float aOpacity);
void PushClipsToDT(mozilla::gfx::DrawTarget *aDT);
CompositionOp GetOp();
void ChangeTransform(mozilla::gfx::Matrix &aNewMatrix);
void ChangeTransform(const mozilla::gfx::Matrix &aNewMatrix);
bool mPathIsRect;
bool mTransformChanged;