Index: chrome/browser/ui/views/tabs/touch_tab_strip_layout.h |
diff --git a/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h b/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h |
index 232b27cca3d4004b235bbb34fa3427f7acd650bd..dd956d366fd7bc09ed3a42866f0b3f8f0f69114e 100644 |
--- a/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h |
+++ b/chrome/browser/ui/views/tabs/touch_tab_strip_layout.h |
@@ -81,6 +81,9 @@ class TouchTabStripLayout { |
// Returns true if the tab at index is stacked. |
bool IsStacked(int index) const; |
+ // Sets the location of the active tab as close to |x| as possible. |
+ void SetActiveTabLocation(int x); |
+ |
#if !defined(NDEBUG) |
std::string BoundsString() const; |
#endif |