summaryrefslogtreecommitdiff
path: root/core/fxge/dib/cfx_imagetransformer.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-08-10 16:48:37 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-10 16:48:37 +0000
commit696a5293bb771d17c5f23b8ef73c0f961045ef30 (patch)
treef858bf695cf77f883ccae4ad7cfa8c0a2d45903a /core/fxge/dib/cfx_imagetransformer.h
parentb0fc6e958634d919349e2a7611dd99f121e41d7d (diff)
downloadpdfium-696a5293bb771d17c5f23b8ef73c0f961045ef30.tar.xz
Make CFX_ImageTransformer::CalcData's bitmap non-const.
Change-Id: I1d5e3e73804efb0a8ed467d29777d017935a8824 Reviewed-on: https://pdfium-review.googlesource.com/39833 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxge/dib/cfx_imagetransformer.h')
-rw-r--r--core/fxge/dib/cfx_imagetransformer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/dib/cfx_imagetransformer.h b/core/fxge/dib/cfx_imagetransformer.h
index 97dd61f9e1..a5b8841611 100644
--- a/core/fxge/dib/cfx_imagetransformer.h
+++ b/core/fxge/dib/cfx_imagetransformer.h
@@ -61,7 +61,7 @@ class CFX_ImageTransformer {
};
struct CalcData {
- const CFX_DIBitmap* bitmap;
+ CFX_DIBitmap* bitmap;
const CFX_Matrix& matrix;
const uint8_t* buf;
uint32_t pitch;