diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 22:13:51 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 22:13:51 +0000 |
commit | 42e5c865f8702de0cd9e24726fe9bf69cb5cae9c (patch) | |
tree | 9b9e0a07706df5bc6ae4fb12745a5daa53af560f /ui/gfx/native_theme.h | |
parent | e4852829e1f5f872ac622d1c698c0f31458fce6e (diff) | |
download | chromium_src-42e5c865f8702de0cd9e24726fe9bf69cb5cae9c.zip chromium_src-42e5c865f8702de0cd9e24726fe9bf69cb5cae9c.tar.gz chromium_src-42e5c865f8702de0cd9e24726fe9bf69cb5cae9c.tar.bz2 |
Step 2 in refactoring NativeThemeWin
Making the linux and chromeos native theme classes derive from the new base
class added earlier.
BUG=None
TEST=None
R=xiyuan@chromium.org
Review URL: http://codereview.chromium.org/6803022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/native_theme.h')
-rw-r--r-- | ui/gfx/native_theme.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gfx/native_theme.h b/ui/gfx/native_theme.h index 807427d..e3e66a6 100644 --- a/ui/gfx/native_theme.h +++ b/ui/gfx/native_theme.h @@ -151,7 +151,6 @@ class NativeTheme { NativeTheme() {} virtual ~NativeTheme() {} - private: static unsigned int thumb_inactive_color_; static unsigned int thumb_active_color_; static unsigned int track_color_; |