mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Befixing Bas build bustage, bug 757329
This commit is contained in:
parent
e83eab4047
commit
088ebb3f01
@ -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();
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user