| 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,
|
|
|