Chromium Code Reviews| 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 |