| Index: chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| diff --git a/chrome/browser/cocoa/autocomplete_text_field_cell.h b/chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| index 31fa6b140ff3471167eed903bf51f2922a21784d..97232269b6fc810e2ea5767566f4446618a6e24c 100644
|
| --- a/chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| +++ b/chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| @@ -56,6 +56,9 @@
|
| - (void)setSearchHintString:(NSString*)aString;
|
| - (void)clearKeywordAndHint;
|
|
|
| +// Return the portion of the cell to show the text cursor over.
|
| +- (NSRect)textCursorFrameForFrame:(NSRect)cellFrame;
|
| +
|
| // Return the portion of the cell to use for text display.
|
| - (NSRect)textFrameForFrame:(NSRect)cellFrame;
|
|
|
|
|