| Index: chrome/browser/instant/instant_page.h
|
| diff --git a/chrome/browser/instant/instant_page.h b/chrome/browser/instant/instant_page.h
|
| index 1051b226cdeb2fcd4b6ac9c62b522b901c7e1bfa..d320db3f583274b5264eb5e63a6c32002e7a6395 100644
|
| --- a/chrome/browser/instant/instant_page.h
|
| +++ b/chrome/browser/instant/instant_page.h
|
| @@ -127,10 +127,10 @@ 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
|
| + // Tells the page the start margin and width 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);
|
| + void SetStartMarginAndWidth(int start, int width);
|
|
|
| // Tells the page about the font information.
|
| void InitializeFonts();
|
|
|