| Index: chrome/browser/ui/omnibox/omnibox_view.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h
|
| index 692144f48fc5aeb8585e4c18ccab27b1dd8c29a8..127ebb478ae34554f23df76c0b205346bcfac5b6 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_view.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_view.h
|
| @@ -200,6 +200,9 @@ class OmniboxView {
|
| // Returns true if the user is composing something in an IME.
|
| virtual bool IsImeComposing() const = 0;
|
|
|
| + // Return the screen-coordinate bounds of the view.
|
| + virtual gfx::Rect GetBounds() const = 0;
|
| +
|
| #if defined(TOOLKIT_VIEWS)
|
| virtual int GetMaxEditWidth(int entry_width) const = 0;
|
|
|
|
|