diff options
author | tsepez <tsepez@chromium.org> | 2016-09-28 13:21:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-28 13:21:31 -0700 |
commit | 8c41b1bf9fb7dd525f3a6b81d38f61d83500894d (patch) | |
tree | 2f5db2cf2e80df46965f85140a05193793280d12 /core/fpdfapi/fpdf_page/include | |
parent | 3b440ac32e3b9abaf6d013225b7a31a976b48759 (diff) | |
download | pdfium-8c41b1bf9fb7dd525f3a6b81d38f61d83500894d.tar.xz |
Revert "Rename CPDF_CountedObject to CFX_WeakPtr::Handle"
This reverts commit fe0179ded8202939ea4f2b92a879b8dede7821ea.
This is blocking incremental revision, will try again.
Review-Url: https://codereview.chromium.org/2377033003
Diffstat (limited to 'core/fpdfapi/fpdf_page/include')
-rw-r--r-- | core/fpdfapi/fpdf_page/include/cpdf_colorspace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h index 2166f9b3a8..19aadbf704 100644 --- a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h +++ b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h @@ -9,7 +9,6 @@ #include <memory> -#include "core/fxcrt/include/cfx_weak_ptr.h" #include "core/fxcrt/include/fx_string.h" #include "core/fxcrt/include/fx_system.h" @@ -105,8 +104,6 @@ class CPDF_ColorSpace { uint32_t m_dwStdConversion; }; -using CPDF_CountedColorSpace = CFX_WeakPtr<CPDF_ColorSpace>::Handle; - namespace std { // Make std::unique_ptr<CPDF_ColorSpace> call Release() rather than |