| Index: chrome/browser/instant/instant_page.h
|
| diff --git a/chrome/browser/instant/instant_page.h b/chrome/browser/instant/instant_page.h
|
| index f0167c2e2c907f9cfe4d213e8a2992d03560b419..1260beb1e5307c57410ab9276fc44db92ff62239 100644
|
| --- a/chrome/browser/instant/instant_page.h
|
| +++ b/chrome/browser/instant/instant_page.h
|
| @@ -131,10 +131,9 @@ class InstantPage : public content::WebContentsObserver {
|
| // by the omnibox dropdown.
|
| void SetPopupBounds(const gfx::Rect& bounds);
|
|
|
| - // Tells the page the start and end margins of the omnibox (in screen
|
| - // coordinates). This is used by the page to align text or assets properly
|
| - // with the omnibox.
|
| - void SetMarginSize(int start, int end);
|
| + // Tells the page the bounds of the omnibox (in screen coordinates). This is
|
| + // used by the page to align text or assets properly with the omnibox.
|
| + void SetOmniboxBounds(const gfx::Rect& bounds);
|
|
|
| // Tells the page about the font information.
|
| void InitializeFonts();
|
|
|