aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/jumper/SkJumper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jumper/SkJumper.h')
-rw-r--r--src/jumper/SkJumper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/jumper/SkJumper.h b/src/jumper/SkJumper.h
index e4f489267b..46344986cf 100644
--- a/src/jumper/SkJumper.h
+++ b/src/jumper/SkJumper.h
@@ -48,10 +48,10 @@ struct SkJumper_MemoryCtx {
};
struct SkJumper_GatherCtx {
- const void* pixels;
- int stride;
- float width;
- float height;
+ void* pixels;
+ int stride;
+ float width,
+ height;
};
// State shared by save_xy, accumulate, and bilinear_* / bicubic_*.