summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-05-01 10:31:26 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-01 14:45:21 +0000
commit72b715d51383eecf98aad590bfe9fcd04de1fbf2 (patch)
treed57227f5662681556477697e438ee9a89de5257f
parentce8e51e6c444f6caaa160bf8b1decd5d7ec84e6f (diff)
downloadpdfium-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>
-rw-r--r--core/fxcrt/fx_coordinates.h1
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: