summaryrefslogtreecommitdiffstats
path: root/ui/gfx/native_theme_base.h
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-09 20:25:59 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-09 20:25:59 +0000
commit16af1688562d8407ffe77a4b870d5cfa4ee25b08 (patch)
tree01b99bc7d1cd97f9e5a9c3d200299f331b162f03 /ui/gfx/native_theme_base.h
parent03f70d7d9045311c88a40c8e4ea50da6eb906b68 (diff)
downloadchromium_src-16af1688562d8407ffe77a4b870d5cfa4ee25b08.zip
chromium_src-16af1688562d8407ffe77a4b870d5cfa4ee25b08.tar.gz
chromium_src-16af1688562d8407ffe77a4b870d5cfa4ee25b08.tar.bz2
Revert 116894 - Factor more colors into NativeTheme.
BUG=none TEST=none Review URL: http://codereview.chromium.org/9101004 TBR=saintlou@chromium.org Review URL: http://codereview.chromium.org/9151011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/native_theme_base.h')
-rw-r--r--ui/gfx/native_theme_base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gfx/native_theme_base.h b/ui/gfx/native_theme_base.h
index 413eb08..3e0850b 100644
--- a/ui/gfx/native_theme_base.h
+++ b/ui/gfx/native_theme_base.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -26,6 +26,7 @@ class NativeThemeBase : public NativeTheme {
State state,
const gfx::Rect& rect,
const ExtraParams& extra) const OVERRIDE;
+ virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
protected:
NativeThemeBase();