mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Need extra const for CW7. Patch by peterv.
Not part of build.
This commit is contained in:
parent
a7e695e284
commit
1f93c8420f
@ -214,7 +214,7 @@ art_render_gradient_radial_render (ArtRenderCallback *self, ArtRender *render,
|
||||
double fx = gradient->fx;
|
||||
double fy = gradient->fy;
|
||||
double dx, dy;
|
||||
double *affine = gradient->affine;
|
||||
const double *affine = gradient->affine;
|
||||
double aff0 = affine[0];
|
||||
double aff1 = affine[1];
|
||||
const double a = z->a;
|
||||
|
Loading…
Reference in New Issue
Block a user