| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index bcdf99cde87f7a8fd4b56515e98c63a8958cfec9..f1306a1f94e5bbf91c3ffdcac1cb94fbcb084876 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -415,7 +415,6 @@ void CompositorImpl::SetVisible(bool visible) {
|
| settings.impl_side_painting = false;
|
| settings.allow_antialiasing = false;
|
| settings.calculate_top_controls_position = false;
|
| - settings.top_controls_height = 0.f;
|
| settings.highp_threshold_min = 2048;
|
|
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
|
|