From 8c41b1bf9fb7dd525f3a6b81d38f61d83500894d Mon Sep 17 00:00:00 2001 From: tsepez Date: Wed, 28 Sep 2016 13:21:30 -0700 Subject: 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 --- core/fpdfapi/fpdf_page/cpdf_pattern.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/fpdfapi/fpdf_page/cpdf_pattern.h') diff --git a/core/fpdfapi/fpdf_page/cpdf_pattern.h b/core/fpdfapi/fpdf_page/cpdf_pattern.h index f18a32d4d3..983c9eab3f 100644 --- a/core/fpdfapi/fpdf_page/cpdf_pattern.h +++ b/core/fpdfapi/fpdf_page/cpdf_pattern.h @@ -7,7 +7,6 @@ #ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_PATTERN_H_ #define CORE_FPDFAPI_FPDF_PAGE_CPDF_PATTERN_H_ -#include "core/fxcrt/include/cfx_weak_ptr.h" #include "core/fxcrt/include/fx_coordinates.h" #include "core/fxcrt/include/fx_system.h" @@ -43,6 +42,4 @@ class CPDF_Pattern { const CFX_Matrix m_ParentMatrix; }; -using CPDF_CountedPattern = CFX_WeakPtr::Handle; - #endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_PATTERN_H_ -- cgit v1.2.3