diff options
author | thestig <thestig@chromium.org> | 2016-04-26 22:41:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-26 22:41:36 -0700 |
commit | 12168d764be266a209bc3fd15dbe4223732ae319 (patch) | |
tree | e4a10cbf579ae2b5023474f995fdffbdb5ee9959 /pdfium.gyp | |
parent | 931bf37379db7274d0e42f68cf358749cb05ba89 (diff) | |
download | pdfium-12168d764be266a209bc3fd15dbe4223732ae319.tar.xz |
CPDF_Document::LoadPattern() and friends always have a valid matrix.
So pass by const-ref instead of by pointer.
Review URL: https://codereview.chromium.org/1923153002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 8b48e126a2..cefdcaa61f 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -410,7 +410,6 @@ 'core/fpdfapi/fpdf_page/fpdf_page_func.cpp', 'core/fpdfapi/fpdf_page/fpdf_page_parser.cpp', 'core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp', - 'core/fpdfapi/fpdf_page/fpdf_page_pattern.cpp', 'core/fpdfapi/fpdf_page/include/cpdf_clippath.h', 'core/fpdfapi/fpdf_page/include/cpdf_color.h', 'core/fpdfapi/fpdf_page/include/cpdf_colorspace.h', |