summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_page
diff options
context:
space:
mode:
authorcaryclark <caryclark@google.com>2016-05-25 14:08:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-25 14:08:25 -0700
commitedfd3c3d6a56bee2456e96df4b945c095ea3a290 (patch)
tree0de1411b79bcdb78800eec4fab24de850dad1a2b /core/fpdfapi/fpdf_page
parentd6faaaab0749d80b78bc9bb6ef5126c81dc3ffa2 (diff)
downloadpdfium-edfd3c3d6a56bee2456e96df4b945c095ea3a290.tar.xz
get skia building
Resolve changes to cpdf_shadingpattern.h that prevent Skia from building. R=thestig@chromium.org,dsinclair@chromium.org,reed@google.com BUG= Review-Url: https://codereview.chromium.org/2017463002
Diffstat (limited to 'core/fpdfapi/fpdf_page')
-rw-r--r--core/fpdfapi/fpdf_page/cpdf_shadingpattern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/fpdf_page/cpdf_shadingpattern.h b/core/fpdfapi/fpdf_page/cpdf_shadingpattern.h
index 0ff258b308..f5cef17fb1 100644
--- a/core/fpdfapi/fpdf_page/cpdf_shadingpattern.h
+++ b/core/fpdfapi/fpdf_page/cpdf_shadingpattern.h
@@ -55,7 +55,7 @@ class CPDF_ShadingPattern : public CPDF_Pattern {
FX_BOOL IsShadingObject() const { return m_bShadingObj; }
CPDF_Object* GetShadingObject() const { return m_pShadingObj; }
CPDF_ColorSpace* GetCS() const { return m_pCS; }
- const std::vector<std::unique_ptr<CPDF_Function>>& GetFuncs() {
+ const std::vector<std::unique_ptr<CPDF_Function>>& GetFuncs() const {
return m_pFunctions;
}