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

Unified Diff: ui/gfx/native_theme_linux.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_chromeos.cc ('k') | ui/gfx/native_theme_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_theme_linux.h
diff --git a/ui/gfx/native_theme_linux.h b/ui/gfx/native_theme_linux.h
index 6af1b2f0b2788dac132320f7e0c412c93c5310e9..bb8952b5e329b0f3cf33b2095628a78d32ebcde3 100644
--- a/ui/gfx/native_theme_linux.h
+++ b/ui/gfx/native_theme_linux.h
@@ -16,6 +16,9 @@ class Size;
// Linux theming API.
class NativeThemeLinux : public NativeTheme {
public:
+ NativeThemeLinux();
+ virtual ~NativeThemeLinux();
+
// Gets our singleton instance.
static const NativeThemeLinux* instance();
@@ -30,9 +33,6 @@ class NativeThemeLinux : public NativeTheme {
const ExtraParams& extra) const;
protected:
- NativeThemeLinux();
- virtual ~NativeThemeLinux();
-
// Draw the arrow. Used by scrollbar and inner spin button.
virtual void PaintArrowButton(
SkCanvas* gc,
« no previous file with comments | « ui/gfx/native_theme_chromeos.cc ('k') | ui/gfx/native_theme_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698