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

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

Issue 2753813003: Fix theme change paint issue on linux. (Closed)
Patch Set: Created 3 years, 9 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 | « chrome/browser/ui/views/frame/browser_view.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 2a239c43013a9755decbf4cf3b49086f05333a55..a7affa69a5dda14fa1270c324f994de108217488 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -989,9 +989,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
ScopedObserver<ui::NativeTheme, ui::NativeThemeObserver> observer_manager_;
- // Guard to avoid reentrancy while processing a theme changed message.
- bool processing_theme_changed_;
-
DISALLOW_COPY_AND_ASSIGN(Widget);
};
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698