From 80f9957fe156bd8e940499491ca8167fe7dad416 Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 26 Aug 2016 10:59:04 -0700 Subject: Rework CFX_CountRef in terms of CFX_RetainPtr. Make use of existing ref count work rather than re-inventing it. Review-Url: https://codereview.chromium.org/2281683002 --- core/fxge/include/fx_dib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/fxge') diff --git a/core/fxge/include/fx_dib.h b/core/fxge/include/fx_dib.h index 540996cfc1..011e6f7856 100644 --- a/core/fxge/include/fx_dib.h +++ b/core/fxge/include/fx_dib.h @@ -10,6 +10,7 @@ #include #include +#include "core/fxcrt/include/cfx_count_ref.h" #include "core/fxcrt/include/fx_basic.h" #include "core/fxcrt/include/fx_coordinates.h" @@ -389,6 +390,7 @@ class CFX_DIBExtractor { }; typedef CFX_CountRef CFX_DIBitmapRef; + class CFX_FilteredDIB : public CFX_DIBSource { public: CFX_FilteredDIB(); -- cgit v1.2.3