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

Unified Diff: xfa/fwl/lightwidget/cfwl_widgetproperties.h

Issue 2070583003: Make code compile with clang_use_chrome_plugin (part VI) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: better macros Created 4 years, 6 months 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
« no previous file with comments | « xfa/fwl/lightwidget/cfwl_pushbutton.h ('k') | xfa/fwl/lightwidget/cfwl_widgetproperties.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/lightwidget/cfwl_widgetproperties.h
diff --git a/xfa/fwl/lightwidget/cfwl_widgetproperties.h b/xfa/fwl/lightwidget/cfwl_widgetproperties.h
index 2a3e3ffefb29742944ceaa86af37bd60ee16b3bc..5d4116e62d92f8ad3976d7db7e57790b133cf792 100644
--- a/xfa/fwl/lightwidget/cfwl_widgetproperties.h
+++ b/xfa/fwl/lightwidget/cfwl_widgetproperties.h
@@ -17,14 +17,9 @@ class IFWL_DataProvider;
class CFWL_WidgetProperties {
public:
- CFWL_WidgetProperties()
- : m_dwStyles(FWL_WGTSTYLE_Child),
- m_dwStyleExes(0),
- m_dwStates(0),
- m_pParent(nullptr),
- m_pOwner(nullptr) {
- m_rtWidget.Set(0, 0, 0, 0);
- }
+ CFWL_WidgetProperties();
+ ~CFWL_WidgetProperties();
+ CFWL_WidgetProperties(const CFWL_WidgetProperties& other);
CFWL_WidgetImpProperties MakeWidgetImpProperties(
IFWL_DataProvider* pDataProvider) const;
« no previous file with comments | « xfa/fwl/lightwidget/cfwl_pushbutton.h ('k') | xfa/fwl/lightwidget/cfwl_widgetproperties.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698