| 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 5a15dc9b350b016f03341c04eb26e8c50480815f..bae50a8294019c18a71442c544e932a41421685f 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller.cc
|
| @@ -229,8 +229,8 @@ void BrowserInstantController::OpenURL(
|
| 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() {
|
|
|