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

Unified Diff: xfa/fwl/theme/cfwl_arrowdata.h

Issue 2521683002: Update SetThemeColor and SetThemeData (Closed)
Patch Set: Review cleanups 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 | « no previous file | xfa/fwl/theme/cfwl_arrowdata.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/theme/cfwl_arrowdata.h
diff --git a/xfa/fwl/theme/cfwl_arrowdata.h b/xfa/fwl/theme/cfwl_arrowdata.h
index 1bcdac15fb78bf4fadeae7edc1a5c01761ac1f38..0062e4d6a4c69c1b7e91f3fbcd95abaf9833e6ad 100644
--- a/xfa/fwl/theme/cfwl_arrowdata.h
+++ b/xfa/fwl/theme/cfwl_arrowdata.h
@@ -24,13 +24,14 @@ class CFWL_ArrowData {
static CFWL_ArrowData* GetInstance();
static bool HasInstance();
static void DestroyInstance();
- void SetColorData(uint32_t dwID);
std::unique_ptr<CColorData> m_pColorData;
private:
CFWL_ArrowData();
~CFWL_ArrowData();
+
+ void SetColorData();
};
#endif // XFA_FWL_THEME_CFWL_ARROWDATA_H_
« no previous file with comments | « no previous file | xfa/fwl/theme/cfwl_arrowdata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698