diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-05-25 14:04:59 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-25 18:17:31 +0000 |
commit | 5acacd361b15b82a8b30cdd5cb92abb8a2104ecf (patch) | |
tree | f602c78b802f67f41ea2099f8c7051a324060162 /core/fpdfapi/page/cpdf_countedobject.h | |
parent | e0e2cd4f8a5634f2878f9b3bf3ce321ffd53a980 (diff) | |
download | pdfium-5acacd361b15b82a8b30cdd5cb92abb8a2104ecf.tar.xz |
Break apart the pageint.h file.
This CL separates pageint.h and the supporting cpp files into indivudal
class files.
Change-Id: Idcadce41976a8cd5f0d916e6a5ebbc283fd36527
Reviewed-on: https://pdfium-review.googlesource.com/5930
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fpdfapi/page/cpdf_countedobject.h')
-rw-r--r-- | core/fpdfapi/page/cpdf_countedobject.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fpdfapi/page/cpdf_countedobject.h b/core/fpdfapi/page/cpdf_countedobject.h index 64f936c52c..cb39616f2b 100644 --- a/core/fpdfapi/page/cpdf_countedobject.h +++ b/core/fpdfapi/page/cpdf_countedobject.h @@ -9,8 +9,6 @@ #include <memory> -#include "core/fpdfapi/page/cpdf_colorspace.h" -#include "core/fpdfapi/page/cpdf_pattern.h" #include "core/fxcrt/fx_system.h" template <class T> @@ -44,7 +42,5 @@ class CPDF_CountedObject { size_t m_nCount; T* m_pObj; }; -using CPDF_CountedColorSpace = CPDF_CountedObject<CPDF_ColorSpace>; -using CPDF_CountedPattern = CPDF_CountedObject<CPDF_Pattern>; #endif // CORE_FPDFAPI_PAGE_CPDF_COUNTEDOBJECT_H_ |