Chromium Code Reviews| 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..5caafae9a8b301c8f7a50122f5052b35fe022aa9 100644 |
| --- a/chrome/browser/ui/views/infobars/infobar_container_view.h |
| +++ b/chrome/browser/ui/views/infobars/infobar_container_view.h |
| @@ -32,6 +32,9 @@ class InfoBarContainerView : public views::AccessiblePaneView, |
| size_t position) override; |
| void PlatformSpecificRemoveInfoBar(infobars::InfoBar* infobar) override; |
| + // views::View: |
|
Peter Kasting
2017/02/18 01:26:20
Nit: This class doesn't directly subclass View, pl
Tom (Use chromium acct)
2017/02/18 01:54:13
Done.
|
| + void OnNativeThemeChanged(const ui::NativeTheme* theme) override; |
| + |
| private: |
| // This view draws the shadow over the web contents below the |
| // lowest infobar. A separate view with a layer is used so it can |