From 4c045529908423f3a7e301619fadce5ede508fa2 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 26 Jul 2017 16:03:04 -0400 Subject: Make comment match code The CFX_FloatRect params are Left,Bottom,Right,Top. Update comment to match. Change-Id: If4d8559e1f2693cfe0f7fcbe649add4c9a5bc303 Reviewed-on: https://pdfium-review.googlesource.com/9112 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/fx_coordinates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h index bcbdc0b804..3ff5fb9480 100644 --- a/core/fxcrt/fx_coordinates.h +++ b/core/fxcrt/fx_coordinates.h @@ -450,7 +450,7 @@ struct FX_RECT { int32_t bottom; }; -// LTRB rectangles (y-axis runs upwards). +// LBRT rectangles (y-axis runs upwards). class CFX_FloatRect { public: CFX_FloatRect() : CFX_FloatRect(0.0f, 0.0f, 0.0f, 0.0f) {} -- cgit v1.2.3