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

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

Issue 2557103002: Cleanup FWL default values part II. (Closed)
Patch Set: Rebase to master Created 4 years 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/cfwl_message.cpp ('k') | xfa/fwl/core/cfwl_monthcalendar.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_monthcalendar.h
diff --git a/xfa/fwl/core/cfwl_monthcalendar.h b/xfa/fwl/core/cfwl_monthcalendar.h
index 1a983abdfbf0097bb7c91ae3ff3c7176ce225585..15912e59c368cba83231bb35de1ad237018c9b73 100644
--- a/xfa/fwl/core/cfwl_monthcalendar.h
+++ b/xfa/fwl/core/cfwl_monthcalendar.h
@@ -136,7 +136,7 @@ class CFWL_MonthCalendar : public CFWL_Widget {
void DrawDatesInCircle(CFX_Graphics* pGraphics,
IFWL_ThemeProvider* pTheme,
const CFX_Matrix* pMatrix);
- CFX_SizeF CalcSize(bool bAutoSize = false);
+ CFX_SizeF CalcSize();
void Layout();
void CalcHeadSize();
void CalcTodaySize();
@@ -148,7 +148,7 @@ class CFWL_MonthCalendar : public CFWL_Widget {
void NextMonth();
void PrevMonth();
void ChangeToMonth(int32_t iYear, int32_t iMonth);
- void RemoveSelDay(int32_t iDay, bool bAll = false);
+ void RemoveSelDay();
void AddSelDay(int32_t iDay);
void JumpToToday();
void GetHeadText(int32_t iYear, int32_t iMonth, CFX_WideString& wsHead);
« no previous file with comments | « xfa/fwl/core/cfwl_message.cpp ('k') | xfa/fwl/core/cfwl_monthcalendar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698