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

Unified Diff: chrome/browser/ui/views/tabs/tab.cc

Issue 143803010: Disable Views fuzzing with --disable-views-rect-based-targeting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab.cc
diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
index 41d524b37d0359ad0e9374e4b8431e4f348249ab..788d39ceed55ce6b2eacd56bc0846392613d213b 100644
--- a/chrome/browser/ui/views/tabs/tab.cc
+++ b/chrome/browser/ui/views/tabs/tab.cc
@@ -405,7 +405,8 @@ class Tab::TabCloseButton : public views::ImageButton {
}
virtual bool HasHitTestMask() const OVERRIDE {
- return true;
+ // TODO(tdanderson): Enable this without regressing http://crbug.com/332334
+ return false;
sadrul 2014/01/23 00:40:42 Do this only for defined(OS_WIN)?
msw 2014/01/23 00:54:32 Moot.
}
virtual void GetHitTestMask(HitTestSource source,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698