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

Unified Diff: ui/native_theme/native_theme_win.h

Issue 1438513003: [MD] Implement incognito colors as a NativeTheme (for Aura). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: init param, pkasting feedback Created 5 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 | « ui/native_theme/native_theme_dark_win.cc ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_win.h
diff --git a/ui/native_theme/native_theme_win.h b/ui/native_theme/native_theme_win.h
index 46b62ae4f45f0efb6166572836732b9b9bab0674..f84e329c7540b3516570f1845373e33e9e397495 100644
--- a/ui/native_theme/native_theme_win.h
+++ b/ui/native_theme/native_theme_win.h
@@ -114,10 +114,11 @@ class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme,
const ExtraParams& extra) const override;
SkColor GetSystemColor(ColorId color_id) const override;
- private:
+ protected:
NativeThemeWin();
~NativeThemeWin() override;
+ private:
// gfx::SysColorChangeListener implementation:
void OnSysColorChange() override;
« no previous file with comments | « ui/native_theme/native_theme_dark_win.cc ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698