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

Unified Diff: chrome/browser/ui/cocoa/find_bar/find_bar_view.mm

Issue 6676094: Fix for "Mouseovers follow the cursor even when there's a find bar in the way" (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/find_bar/find_bar_view.mm
===================================================================
--- chrome/browser/ui/cocoa/find_bar/find_bar_view.mm (revision 79311)
+++ chrome/browser/ui/cocoa/find_bar/find_bar_view.mm (working copy)
@@ -128,4 +128,10 @@
return VIEW_ID_FIND_IN_PAGE;
}
+// Specifies that mouse events over this view should be ignored by the
+// render host.
+- (BOOL)nonWebContentView {
Mark Mentovai 2011/03/25 17:43:52 Can you declare this in the @interface?
Alexei Svitkine (slow) 2011/03/25 19:12:23 Done.
+ return YES;
+}
+
@end
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698