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

Unified Diff: xfa/fwl/core/cfwl_evtsetfocus.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_evtsetfocus.h
diff --git a/xfa/fwl/core/cfwl_evtsetfocus.h b/xfa/fwl/core/cfwl_evtsetfocus.h
index b1ff43d6e3511a0d839213bb3dc2dbb1f1955c37..0232b59576f370f332ad8825d10b7ecc381699f7 100644
--- a/xfa/fwl/core/cfwl_evtsetfocus.h
+++ b/xfa/fwl/core/cfwl_evtsetfocus.h
@@ -16,7 +16,7 @@ class CFWL_EvtSetFocus : public CFWL_Event {
CFWL_EventType GetClassID() const override;
- IFWL_Widget* m_pSetFocus;
+ CFWL_Widget* m_pSetFocus;
};
#endif // XFA_FWL_CORE_CFWL_EVTSETFOCUS_H_

Powered by Google App Engine
This is Rietveld 408576698