summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h')
-rw-r--r--chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
index ec0d2c13..385b79ed 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
@@ -102,6 +102,8 @@ class OmniboxViewMac : public OmniboxView,
// The style parameter specifies the new style for the font, and is a
// bitmask of the values: BOLD, ITALIC and UNDERLINE (see ui/gfx/font.h).
static NSFont* GetFieldFont(int style);
+ static NSFont* GetLargeFont(int style);
+ static NSFont* GetSmallFont(int style);
// If |resource_id| has a PDF image which can be used, return it.
// Otherwise return the PNG image from the resource bundle.