Index: chrome/browser/ui/cocoa/nsview_additions.h |
diff --git a/chrome/browser/ui/cocoa/nsview_additions.h b/chrome/browser/ui/cocoa/nsview_additions.h |
index 60095c2c9a5abc73474e6615b11a636c306e98f9..107f949e5d2bd85742306e8de99a0f556221f7fa 100644 |
--- a/chrome/browser/ui/cocoa/nsview_additions.h |
+++ b/chrome/browser/ui/cocoa/nsview_additions.h |
@@ -13,6 +13,9 @@ |
// Returns the line width that will generate a 1 pixel wide line. |
- (CGFloat)cr_lineWidth; |
+// Checks if the mouse is currently in this view. |
+- (BOOL)cr_isMouseInView; |
+ |
@end |
#endif // CHROME_BROWSER_UI_COCOA_NSVIEW_ADDITIONS_H_ |