summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_document.h
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-10-05 13:43:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-05 13:43:25 -0700
commite883afcab15b17769bda0a1aac0f540568df3368 (patch)
tree6b86eded90bc816a985a9de87f7429e0f19ff38e /core/fpdfapi/parser/cpdf_document.h
parentb69a98cf50537130f88ce3a799117f2ca8353ac5 (diff)
downloadpdfium-e883afcab15b17769bda0a1aac0f540568df3368.tar.xz
Removed unused stuff, some FX_BOOL, and cleanup pageint.h a bit
- Remove some unused stuff from pageint.h. - Replace some FX_BOOL with bool in pageint.h, and related. - Replace some "protected" with "private" in pageint.h. - Move 2 methods into namespace in fpdf_page_parser_old.cpp. Review-Url: https://codereview.chromium.org/2399573002
Diffstat (limited to 'core/fpdfapi/parser/cpdf_document.h')
-rw-r--r--core/fpdfapi/parser/cpdf_document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/parser/cpdf_document.h b/core/fpdfapi/parser/cpdf_document.h
index 83ceb77b08..c557a56013 100644
--- a/core/fpdfapi/parser/cpdf_document.h
+++ b/core/fpdfapi/parser/cpdf_document.h
@@ -77,7 +77,7 @@ class CPDF_Document : public CPDF_IndirectObjectHolder {
CPDF_Dictionary* pResources = nullptr);
CPDF_Pattern* LoadPattern(CPDF_Object* pObj,
- FX_BOOL bShading,
+ bool bShading,
const CFX_Matrix& matrix);
CPDF_Image* LoadImageF(CPDF_Object* pObj);