Chromium Code Reviews

Unified Diff: xfa/fwl/core/cfwl_evtsizechanged.h

Issue 2524173002: Merge IFWL and CFWL classes. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: xfa/fwl/core/cfwl_evtsizechanged.h
diff --git a/xfa/fwl/core/cfwl_evtsizechanged.h b/xfa/fwl/core/cfwl_evtsizechanged.h
index fe2dc6f5e5d9d79cada9e0782263a7a628041600..33d526751f9af451048592d5b0e500140da81642 100644
--- a/xfa/fwl/core/cfwl_evtsizechanged.h
+++ b/xfa/fwl/core/cfwl_evtsizechanged.h
@@ -16,7 +16,7 @@ class CFWL_EvtSizeChanged : public CFWL_Event {
CFWL_EventType GetClassID() const override;
- IFWL_Widget* m_pWidget;
+ CFWL_Widget* m_pWidget;
CFX_RectF m_rtOld;
CFX_RectF m_rtNew;
};

Powered by Google App Engine