diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-12 13:05:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-12 13:05:38 -0700 |
commit | 798e18f5e5cfb672c7f3186f6358b84c5ff7785b (patch) | |
tree | 1d5aff0f1a80bc9dc67c6dcfa67ca8161e47f58d /fpdfsdk | |
parent | 8779fa8578cf3336ddd4473f833900aba2e595fb (diff) | |
download | pdfium-798e18f5e5cfb672c7f3186f6358b84c5ff7785b.tar.xz |
Convert from int to float values.
The CPDF_Page::GetDisplayMatrix expects to set float values into the
|display_matrix| but all of the input values are currently int. It is possible
to overflow the int values, so this CL changes the variables to be int which
closer reflects what they're being used for.
BUG=chromium:652038
Review-Url: https://codereview.chromium.org/2412983002
Diffstat (limited to 'fpdfsdk')
0 files changed, 0 insertions, 0 deletions