summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_imagerenderer.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-17 15:28:07 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-17 15:28:07 +0000
commit7577d5ccc34a6ab8d12d20766173338cb3466fb6 (patch)
treef6728d763bbc465941e50d7798e6672a409829c1 /xfa/fxfa/cxfa_imagerenderer.h
parent1ab9b926b3c76e1cfc763b1dc8df342a5d3225d9 (diff)
downloadpdfium-7577d5ccc34a6ab8d12d20766173338cb3466fb6.tar.xz
Remove transparency flag from CompositeDIBitmap
The transparency flag was always false, this CL removes the flag and any code as needed. Change-Id: Ia4aecd7919b17c446c1b59361042e6a7444064af Reviewed-on: https://pdfium-review.googlesource.com/23056 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_imagerenderer.h')
-rw-r--r--xfa/fxfa/cxfa_imagerenderer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/xfa/fxfa/cxfa_imagerenderer.h b/xfa/fxfa/cxfa_imagerenderer.h
index c0cc64e073..7e013d3243 100644
--- a/xfa/fxfa/cxfa_imagerenderer.h
+++ b/xfa/fxfa/cxfa_imagerenderer.h
@@ -30,11 +30,10 @@ class CXFA_ImageRenderer {
bool Start();
bool Continue();
- protected:
+ private:
void CompositeDIBitmap(const RetainPtr<CFX_DIBitmap>& pDIBitmap,
int left,
- int top,
- int iTransparency);
+ int top);
CFX_RenderDevice* m_pDevice;
int m_Status = 0;