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

Unified Diff: ui/gfx/native_theme_chromeos.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 | « no previous file | ui/gfx/native_theme_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_theme_chromeos.h
diff --git a/ui/gfx/native_theme_chromeos.h b/ui/gfx/native_theme_chromeos.h
index 1e1b84f5d83cc96f5da6ee2bd10755a36ca58344..058d474f655d6305efe01950d8e5c9b104aa6b89 100644
--- a/ui/gfx/native_theme_chromeos.h
+++ b/ui/gfx/native_theme_chromeos.h
@@ -4,19 +4,23 @@
#ifndef UI_GFX_NATIVE_THEME_CHROMEOS_H_
#define UI_GFX_NATIVE_THEME_CHROMEOS_H_
+#pragma once
#include <map>
+
#include "base/compiler_specific.h"
#include "ui/gfx/native_theme_linux.h"
class SkBitmap;
class NativeThemeChromeos : public gfx::NativeThemeLinux {
- private:
- friend class NativeThemeLinux;
+ public:
NativeThemeChromeos();
virtual ~NativeThemeChromeos();
+ private:
+ friend class NativeThemeLinux;
+
// NativeTheme overrides
virtual gfx::Size GetPartSize(Part part,
State state,
« no previous file with comments | « no previous file | ui/gfx/native_theme_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698