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

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

Issue 6750007: Scrolling Tabs (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: addressing reviewer issues Created 9 years, 9 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
Index: chrome/browser/ui/views/tabs/base_tab_strip.h
diff --git a/chrome/browser/ui/views/tabs/base_tab_strip.h b/chrome/browser/ui/views/tabs/base_tab_strip.h
index b14d59cd277984461a943015d14583a495d478f4..310e53ea43569f0686b8df83aa1995590271ad54 100644
--- a/chrome/browser/ui/views/tabs/base_tab_strip.h
+++ b/chrome/browser/ui/views/tabs/base_tab_strip.h
@@ -244,6 +244,9 @@ class BaseTabStrip : public AbstractTabStripView,
// Invoked from Layout if the size changes or layout is really needed.
virtual void DoLayout();
+ // Get tab at a point in local view coordinates.
+ BaseTab* GetTabAtLocal(const gfx::Point& local_point);
+
private:
class RemoveTabDelegate;

Powered by Google App Engine
This is Rietveld 408576698