Index: chrome/browser/ui/views/tabs/tab_strip.h |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h |
index 7601eaa6ce6322756dfbf3cac4bb521fe7325962..6fc020c7e97fdaab69134ce35088c75d5c788d6b 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.h |
+++ b/chrome/browser/ui/views/tabs/tab_strip.h |
@@ -251,7 +251,7 @@ class TabStrip : public views::View, |
// views::View overrides: |
void Layout() override; |
- void PaintChildren(const ui::PaintContext& context) override; |
+ void PaintChildren(const views::PaintInfo& paint_info) override; |
const char* GetClassName() const override; |
gfx::Size CalculatePreferredSize() const override; |
// NOTE: the drag and drop methods are invoked from FrameView. This is done |
@@ -428,7 +428,7 @@ class TabStrip : public views::View, |
FindClosingTabResult FindClosingTab(const Tab* tab); |
// Paints all the tabs in |tabs_closing_map_[index]|. |
- void PaintClosingTabs(int index, const ui::PaintContext& context); |
+ void PaintClosingTabs(int index, const views::PaintInfo& paint_info); |
// Invoked when a mouse event occurs over |source|. Potentially switches the |
// |stacked_layout_|. |