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

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

Issue 32463003: Modify hit test masks for tabs and tab close buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some changes to new tests Created 7 years, 2 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/tab_strip.h
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h
index cd61ceb422f27fefd9448502977abd241c850cdd..15e1cb2b5c7b80a8d8c0b7d8cdce3dca9d6ae315 100644
--- a/chrome/browser/ui/views/tabs/tab_strip.h
+++ b/chrome/browser/ui/views/tabs/tab_strip.h
@@ -263,6 +263,8 @@ class TabStrip : public views::View,
friend class TabDragController;
friend class TabDragControllerTest;
+ friend class TabStripTest;
+ FRIEND_TEST_ALL_PREFIXES(TabStripTest, TabHitTestMaskWhenStacked);
// Used during a drop session of a url. Tracks the position of the drop as
// well as a window used to highlight where the drop occurs.

Powered by Google App Engine
This is Rietveld 408576698