From 4e4d1a662b09d9ee1dc93dd8ee37694d3c4eb519 Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 13 Oct 2016 15:56:53 -0700 Subject: Make CPDF_Image() constructors saner. Introduce the UniqueDictionary typedef and friends, to allow moving to unique_ptrs before the Release() deleter issue is fully resolved. This will go away down the road. Review-Url: https://codereview.chromium.org/2420743002 --- core/fpdfapi/parser/cpdf_object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/fpdfapi/parser/cpdf_object.h') diff --git a/core/fpdfapi/parser/cpdf_object.h b/core/fpdfapi/parser/cpdf_object.h index 3cf23188a7..c888605d72 100644 --- a/core/fpdfapi/parser/cpdf_object.h +++ b/core/fpdfapi/parser/cpdf_object.h @@ -118,4 +118,6 @@ class CPDF_Object { CPDF_Object(const CPDF_Object& src) {} }; +using UniqueObject = std::unique_ptr>; + #endif // CORE_FPDFAPI_PARSER_CPDF_OBJECT_H_ -- cgit v1.2.3