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

Unified Diff: xfa/include/fwl/core/fwl_grid.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/include/fwl/core/fwl_grid.h
diff --git a/xfa/include/fwl/core/fwl_grid.h b/xfa/include/fwl/core/fwl_grid.h
index fc97c9a841e2eaa780c73e26a59284d53c43038f..7126024ba7e8d558639bb81849f85a2e02b3c8f5 100644
--- a/xfa/include/fwl/core/fwl_grid.h
+++ b/xfa/include/fwl/core/fwl_grid.h
@@ -82,6 +82,5 @@ class IFWL_Grid : public IFWL_Content {
protected:
IFWL_Grid();
- virtual ~IFWL_Grid();
};
#endif

Powered by Google App Engine
This is Rietveld 408576698