| 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 41bad6f6e3a9112c45146a590f5090affb362f04..3b244e7e7f0a9b245de36fed76b7f430f743b42a 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -245,7 +245,7 @@ class TabStrip : public views::View,
|
|
|
| // views::View overrides:
|
| void Layout() override;
|
| - void PaintChildren(const ui::PaintContext& context) override;
|
| + void PaintChildren(const ui::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
|
| @@ -422,7 +422,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 ui::PaintInfo& paint_info);
|
|
|
| // Invoked when a mouse event occurs over |source|. Potentially switches the
|
| // |stacked_layout_|.
|
|
|