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

Unified Diff: chrome/browser/ui/views/tabs/tab_strip.h

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Sync with ToT Created 3 years, 4 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 | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | chrome/browser/ui/views/tabs/tab_strip.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_|.
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | chrome/browser/ui/views/tabs/tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698