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

Unified Diff: ui/views/widget/widget.h

Issue 15240002: Cross-platform DefaultThemeProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comment. Created 7 years, 7 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/views/widget/default_theme_provider.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 51a5de14a973d64e8bb8dfb294937d2c9e2e9275..91907699d75e506e70197c1052cd6fb47dcd6c63 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -43,6 +43,7 @@ class Rect;
namespace ui {
class Accelerator;
class Compositor;
+class DefaultThemeProvider;
class Layer;
class NativeTheme;
class OSExchangeData;
@@ -51,7 +52,6 @@ class ThemeProvider;
namespace views {
-class DefaultThemeProvider;
class DesktopRootWindowHost;
class InputMethod;
class NativeWidget;
@@ -760,7 +760,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
scoped_ptr<FocusManager> focus_manager_;
// A theme provider to use when no other theme provider is specified.
- scoped_ptr<DefaultThemeProvider> default_theme_provider_;
+ scoped_ptr<ui::DefaultThemeProvider> default_theme_provider_;
// Valid for the lifetime of RunShellDrag(), indicates the view the drag
// started from.
« no previous file with comments | « ui/views/widget/default_theme_provider.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698