This commit is contained in:
Kevin Sawicki 2016-10-07 09:59:53 -07:00
parent af27c62b07
commit 25bcc2dd0d
2 changed files with 5 additions and 5 deletions

View file

@ -19,11 +19,11 @@ const wchar_t kSystemPreferencesWindowClass[] =
namespace api { namespace api {
class SystemPreferencesColorChangeListener : class SystemPreferencesColorChangeListener
public gfx::SysColorChangeListener { : public gfx::SysColorChangeListener {
public: public:
explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs): explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs)
prefs_(prefs) { : prefs_(prefs) {
} }
void OnSysColorChange() { void OnSysColorChange() {

View file

@ -24,7 +24,7 @@ Returns:
Returns: Returns:
* `event` Event * `event` Event
* `invertedColorScheme` Boolean - `true` if a inverted color scheme, such as * `invertedColorScheme` Boolean - `true` if an inverted color scheme, such as
a high contrast theme, is being used, `false` otherwise. a high contrast theme, is being used, `false` otherwise.
## Methods ## Methods