| Index: chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.cc
|
| diff --git a/chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.cc b/chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.cc
|
| index edb3be46ad48bd41196554d19f514110e6ea82ce..b71c2280248b39953c068cede7960280836b76a6 100644
|
| --- a/chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.cc
|
| +++ b/chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.cc
|
| @@ -103,7 +103,9 @@ void TabListSceneLayer::PutLayer(JNIEnv* env,
|
| jboolean show_toolbar,
|
| jint toolbar_background_color,
|
| jboolean anonymize_toolbar,
|
| + jint toolbar_textbox_resource_id,
|
| jint toolbar_textbox_background_color,
|
| + jfloat toolbar_textbox_alpha,
|
| jfloat toolbar_alpha,
|
| jfloat toolbar_y_offset,
|
| jfloat side_border_scale,
|
| @@ -142,7 +144,8 @@ void TabListSceneLayer::PutLayer(JNIEnv* env,
|
| brightness, close_btn_width, static_to_view_blend, content_width,
|
| content_height, content_width, visible_content_height, show_toolbar,
|
| toolbar_background_color, anonymize_toolbar,
|
| - toolbar_textbox_background_color, toolbar_alpha, toolbar_y_offset,
|
| + toolbar_textbox_resource_id, toolbar_textbox_background_color,
|
| + toolbar_textbox_alpha, toolbar_alpha, toolbar_y_offset,
|
| side_border_scale, attach_content, inset_border);
|
| }
|
|
|
|
|