summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-03-01 11:34:03 -0800
committerTom Sepez <tsepez@chromium.org>2016-03-01 11:34:03 -0800
commit50dfc4a7068e8e08105f7b9a3945136e7246e677 (patch)
treea292ef9ae17bfabcb20c94505320dc6c5f6e6258 /core/include
parent23835e3eadc276e4235cbb0a56c8e19ebf7a58f9 (diff)
downloadpdfium-50dfc4a7068e8e08105f7b9a3945136e7246e677.tar.xz
Replace FX_LPCRECT typedef with underlying types
Helps with transparency. Also remove default args and use override consistently in the affected methods. R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1751093002 .
Diffstat (limited to 'core/include')
-rw-r--r--core/include/fxcrt/fx_coordinates.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/include/fxcrt/fx_coordinates.h b/core/include/fxcrt/fx_coordinates.h
index 2f52f78b8f..53b4c1a12e 100644
--- a/core/include/fxcrt/fx_coordinates.h
+++ b/core/include/fxcrt/fx_coordinates.h
@@ -537,10 +537,6 @@ class CFX_RTemplate {
};
typedef CFX_RTemplate<int32_t> CFX_Rect;
typedef CFX_RTemplate<FX_FLOAT> CFX_RectF;
-typedef CFX_RTemplate<int32_t>* FX_LPRECT;
-typedef CFX_RTemplate<FX_FLOAT>* FX_LPRECTF;
-typedef CFX_RTemplate<int32_t> const* FX_LPCRECT;
-typedef CFX_RTemplate<FX_FLOAT> const* FX_LPCRECTF;
typedef CFX_ArrayTemplate<CFX_RectF> CFX_RectFArray;
class CFX_Matrix {