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

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

Issue 2524173002: Merge IFWL and CFWL classes. (Closed)
Patch Set: make chrome build happy Created 4 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/fwl/core/cfwl_message.h
diff --git a/xfa/fwl/core/cfwl_message.h b/xfa/fwl/core/cfwl_message.h
index 1ad43a6d89332f0786e70192c50266fe48918516..827b4181e35c7788a6d7581ec5eb1d3f9b4b2a7a 100644
--- a/xfa/fwl/core/cfwl_message.h
+++ b/xfa/fwl/core/cfwl_message.h
@@ -23,7 +23,7 @@ enum class CFWL_MessageType {
SetFocus
};
-class IFWL_Widget;
+class CFWL_Widget;
class CFWL_Message {
public:
@@ -33,8 +33,8 @@ class CFWL_Message {
virtual std::unique_ptr<CFWL_Message> Clone();
virtual CFWL_MessageType GetClassID() const;
- IFWL_Widget* m_pSrcTarget;
- IFWL_Widget* m_pDstTarget;
+ CFWL_Widget* m_pSrcTarget;
+ CFWL_Widget* m_pDstTarget;
uint32_t m_dwExtend;
};

Powered by Google App Engine
This is Rietveld 408576698