From 93e1840d65de867d2ec82c97191e9bc028581b68 Mon Sep 17 00:00:00 2001 From: "rohitrao@chromium.org" Date: Fri, 17 Apr 2009 21:39:09 +0000 Subject: Initial implementation of the FindBar on Mac. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13969 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/find_bar_view.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 chrome/browser/cocoa/find_bar_view.h (limited to 'chrome/browser/cocoa/find_bar_view.h') diff --git a/chrome/browser/cocoa/find_bar_view.h b/chrome/browser/cocoa/find_bar_view.h new file mode 100644 index 0000000..919f517 --- /dev/null +++ b/chrome/browser/cocoa/find_bar_view.h @@ -0,0 +1,16 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef CHROME_BROWSER_COCOA_FIND_BAR_VIEW_H_ +#define CHROME_BROWSER_COCOA_FIND_BAR_VIEW_H_ + +#import + +// A view that handles painting the border for the FindBar. + +@interface FindBarView : NSView { +} +@end + +#endif // CHROME_BROWSER_COCOA_FIND_BAR_VIEW_H_ -- cgit v1.1