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

Unified Diff: ui/gfx/native_theme_win.h

Issue 7778036: ui/gfx: Get rid of a few static variables from NativeTheme* type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use base::LazyInstance Created 9 years, 4 months 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/gfx/native_theme_linux.cc ('k') | ui/gfx/native_theme_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_theme_win.h
diff --git a/ui/gfx/native_theme_win.h b/ui/gfx/native_theme_win.h
index 56be1db7a8be998040bb81ac750e7ba5100a9f94..384ca2e5e5d117bd89b1a22243e8dea117e913c5 100644
--- a/ui/gfx/native_theme_win.h
+++ b/ui/gfx/native_theme_win.h
@@ -48,6 +48,9 @@ class UI_EXPORT NativeThemeWin : public NativeTheme {
LAST
};
+ NativeThemeWin();
+ virtual ~NativeThemeWin();
+
bool IsThemingActive() const;
HRESULT GetThemeColor(ThemeName theme,
@@ -97,9 +100,6 @@ class UI_EXPORT NativeThemeWin : public NativeTheme {
bool draw_edges) const;
private:
- NativeThemeWin();
- ~NativeThemeWin();
-
// NativeTheme Implementation:
virtual gfx::Size GetPartSize(Part part,
State state,
« no previous file with comments | « ui/gfx/native_theme_linux.cc ('k') | ui/gfx/native_theme_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698