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 46344986cf..e4f489267b 100644
--- a/src/jumper/SkJumper.h
+++ b/src/jumper/SkJumper.h
@@ -48,10 +48,10 @@ struct SkJumper_MemoryCtx {
};
struct SkJumper_GatherCtx {
- void* pixels;
- int stride;
- float width,
- height;
+ const void* pixels;
+ int stride;
+ float width;
+ float height;
};
// State shared by save_xy, accumulate, and bilinear_* / bicubic_*.