diff options
author | Nicolas Pena <npm@chromium.org> | 2017-05-01 10:31:26 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-01 14:45:21 +0000 |
commit | 72b715d51383eecf98aad590bfe9fcd04de1fbf2 (patch) | |
tree | d57227f5662681556477697e438ee9a89de5257f /core/fxcrt | |
parent | ce8e51e6c444f6caaa160bf8b1decd5d7ec84e6f (diff) | |
download | pdfium-72b715d51383eecf98aad590bfe9fcd04de1fbf2.tar.xz |
Add PDF reference to CFX_Matrix comment
Change-Id: I801f3cf11a27f91fa3e75518143f953050b2f607
Reviewed-on: https://pdfium-review.googlesource.com/4650
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcrt')
-rw-r--r-- | core/fxcrt/fx_coordinates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h index cbae45b76f..fc51c458a0 100644 --- a/core/fxcrt/fx_coordinates.h +++ b/core/fxcrt/fx_coordinates.h @@ -570,6 +570,7 @@ class CFX_FloatRect { // | a b 0 | // | c d 0 | // | e f 1 | +// See PDF spec 1.7 Section 4.2.3. // class CFX_Matrix { public: |