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

Unified Diff: ui/base/native_theme/native_theme_aura.h

Issue 11367041: Adds View::GetNativeTheme() to get the NativeTheme. The interesting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include Created 8 years, 1 month 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/base/native_theme/native_theme_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/native_theme/native_theme_aura.h
diff --git a/ui/base/native_theme/native_theme_aura.h b/ui/base/native_theme/native_theme_aura.h
index aa2bcc854918757fa5eda1b0f2a1ddcb0d3f4a71..c3807e1d3d2b230e781d791f3a3e082b384edeb6 100644
--- a/ui/base/native_theme/native_theme_aura.h
+++ b/ui/base/native_theme/native_theme_aura.h
@@ -12,7 +12,7 @@
namespace ui {
// Aura implementation of native theme support.
-class NativeThemeAura : public NativeThemeBase {
+class UI_EXPORT NativeThemeAura : public NativeThemeBase {
public:
static NativeThemeAura* instance();
« no previous file with comments | « no previous file | ui/base/native_theme/native_theme_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698