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

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

Issue 2502653002: Cleanup remaining IFWL files for visiblity and usage. (Closed)
Patch Set: 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/ifwl_caret.h
diff --git a/xfa/fwl/core/ifwl_caret.h b/xfa/fwl/core/ifwl_caret.h
index dc1d5806adb293f017eaa5b0c20cbd56699afe63..d75a6621759f3b183f6e81055f40aa939653e080 100644
--- a/xfa/fwl/core/ifwl_caret.h
+++ b/xfa/fwl/core/ifwl_caret.h
@@ -34,11 +34,8 @@ class IFWL_Caret : public IFWL_Widget {
const CFX_Matrix* pMatrix) override;
void ShowCaret(bool bFlag = true);
- FWL_Error GetFrequency(uint32_t& elapse);
- FWL_Error SetFrequency(uint32_t elapse);
- FWL_Error SetColor(CFX_Color crFill);
- protected:
+ private:
class Timer : public IFWL_Timer {
public:
explicit Timer(IFWL_Caret* pCaret);
@@ -54,9 +51,6 @@ class IFWL_Caret : public IFWL_Widget {
std::unique_ptr<IFWL_Caret::Timer> m_pTimer;
IFWL_TimerInfo* m_pTimerInfo; // not owned.
- uint32_t m_dwElapse;
- CFX_Color m_crFill;
- bool m_bSetColor;
};
#endif // XFA_FWL_CORE_IFWL_CARET_H_

Powered by Google App Engine
This is Rietveld 408576698