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

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

Issue 1845343005: Makes MaterialDesignController initialization explicit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds TODOs to remove MD-related linux change once MD sticks Created 4 years, 8 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
Index: ui/views/linux_ui/linux_ui.h
diff --git a/ui/views/linux_ui/linux_ui.h b/ui/views/linux_ui/linux_ui.h
index d795d7c488a4927852ab2dea129f40709334fb7b..da5829ae7b41a7c697f8e688cf6642422f200197 100644
--- a/ui/views/linux_ui/linux_ui.h
+++ b/ui/views/linux_ui/linux_ui.h
@@ -80,6 +80,9 @@ class VIEWS_EXPORT LinuxUI : public ui::LinuxInputMethodContextFactory,
static LinuxUI* instance();
virtual void Initialize() = 0;
+ // TODO(varkha): This should not be necessary once Material Design is on
+ // unconditionally.
+ virtual void UpdateWithLocalState() = 0;
Evan Stade 2016/04/08 21:14:11 perhaps then this should be called MaterialDesignC
varkha 2016/04/08 23:27:07 Done.
// Returns a themed image per theme_provider.h
virtual gfx::Image GetThemeImageNamed(int id) const = 0;

Powered by Google App Engine
This is Rietveld 408576698