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

Unified Diff: chrome/browser/ui/views/infobars/infobar_container_view.h

Issue 2705763002: InfoBarContainerView: Redraws infobars on a native theme change (Closed)
Patch Set: Address pkasting@'s comments Created 3 years, 10 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 | chrome/browser/ui/views/infobars/infobar_container_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/infobar_container_view.h
diff --git a/chrome/browser/ui/views/infobars/infobar_container_view.h b/chrome/browser/ui/views/infobars/infobar_container_view.h
index 3f178d225a12c4b7e6df3f3a8c11672b047f9414..b73ea89ea0693365378cfdbca7ecd2c550369348 100644
--- a/chrome/browser/ui/views/infobars/infobar_container_view.h
+++ b/chrome/browser/ui/views/infobars/infobar_container_view.h
@@ -26,6 +26,7 @@ class InfoBarContainerView : public views::AccessiblePaneView,
const char* GetClassName() const override;
void Layout() override;
void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
+ void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
// InfobarContainer:
void PlatformSpecificAddInfoBar(infobars::InfoBar* infobar,
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/infobar_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698