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

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

Issue 2526513002: Rename IFWL_Timer and IFWL_TimerInfo (Closed)
Patch Set: Review feedback 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
« no previous file with comments | « xfa/fwl/core/ifwl_scrollbar.cpp ('k') | xfa/fwl/core/ifwl_spinbutton.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/ifwl_spinbutton.h
diff --git a/xfa/fwl/core/ifwl_spinbutton.h b/xfa/fwl/core/ifwl_spinbutton.h
index bc4f3ab1a887489d3a2cac97fc735d3ac8f82c43..157c1411db62a2d166c9cfbb594a759abacc422e 100644
--- a/xfa/fwl/core/ifwl_spinbutton.h
+++ b/xfa/fwl/core/ifwl_spinbutton.h
@@ -10,7 +10,7 @@
#include <memory>
#include "xfa/fwl/core/cfwl_event.h"
-#include "xfa/fwl/core/ifwl_timer.h"
+#include "xfa/fwl/core/cfwl_timer.h"
#include "xfa/fwl/core/ifwl_widget.h"
#include "xfa/fxfa/cxfa_eventparam.h"
@@ -38,12 +38,12 @@ class IFWL_SpinButton : public IFWL_Widget {
const CFX_Matrix* pMatrix) override;
private:
- class Timer : public IFWL_Timer {
+ class Timer : public CFWL_Timer {
public:
explicit Timer(IFWL_SpinButton* pToolTip);
~Timer() override {}
- void Run(IFWL_TimerInfo* pTimerInfo) override;
+ void Run(CFWL_TimerInfo* pTimerInfo) override;
};
friend class IFWL_SpinButton::Timer;
@@ -69,7 +69,7 @@ class IFWL_SpinButton : public IFWL_Widget {
uint32_t m_dwDnState;
int32_t m_iButtonIndex;
bool m_bLButtonDwn;
- IFWL_TimerInfo* m_pTimerInfo;
+ CFWL_TimerInfo* m_pTimerInfo;
IFWL_SpinButton::Timer m_Timer;
};
« no previous file with comments | « xfa/fwl/core/ifwl_scrollbar.cpp ('k') | xfa/fwl/core/ifwl_spinbutton.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698