Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: xfa/src/fwl/src/core/include/fwl_targetimp.h

Issue 1460883002: Make IFWL_Target::m_pImpl a private member. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/src/fwl/src/core/include/fwl_targetimp.h
diff --git a/xfa/src/fwl/src/core/include/fwl_targetimp.h b/xfa/src/fwl/src/core/include/fwl_targetimp.h
index 87ae8ea390f776f078378ebfa38ea12d2189fbc7..5f494a78e2d4fd6c3b422d15552b5953b3b265a8 100644
--- a/xfa/src/fwl/src/core/include/fwl_targetimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_targetimp.h
@@ -12,6 +12,8 @@
class CFWL_TargetImp {
public:
+ virtual ~CFWL_TargetImp();
+
virtual FX_DWORD Release();
virtual IFWL_Target* Retain();
virtual FX_DWORD GetRefCount() const;
@@ -23,7 +25,6 @@ class CFWL_TargetImp {
protected:
CFWL_TargetImp();
- virtual ~CFWL_TargetImp();
FX_DWORD m_dwRefCount;
};
« xfa/src/fwl/src/core/fwl_targetimp.cpp ('K') | « xfa/src/fwl/src/core/fwl_widgetimp.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698