| Index: chrome/browser/ui/browser_instant_controller.cc
|
| diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc
|
| index ae5c0b083c4c0d607f1088da28cdebd472fb65fe..89ddee7d76608da3466f3ad3b97f26d55aafae17 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller.cc
|
| @@ -235,8 +235,8 @@ void BrowserInstantController::OpenURLInCurrentTab(
|
| false));
|
| }
|
|
|
| -void BrowserInstantController::SetMarginSize(int start, int end) {
|
| - instant_.SetMarginSize(start, end);
|
| +void BrowserInstantController::SetStartMarginAndWidth(int margin, int width) {
|
| + instant_.SetStartMarginAndWidth(margin, width);
|
| }
|
|
|
| void BrowserInstantController::ResetInstant() {
|
|
|