| Index: chrome/android/java/res/layout/snackbar.xml
|
| diff --git a/chrome/android/java/res/layout/snackbar.xml b/chrome/android/java/res/layout/snackbar.xml
|
| index 119916007b5f9f69e16eb9e9089d439bc6cc50a6..c3a57b41f71c72a5c49fdf5d48ec118c0c588d85 100644
|
| --- a/chrome/android/java/res/layout/snackbar.xml
|
| +++ b/chrome/android/java/res/layout/snackbar.xml
|
| @@ -3,7 +3,8 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| +<view xmlns:android="http://schemas.android.com/apk/res/android"
|
| + class="org.chromium.chrome.browser.snackbar.SnackbarManager$WindowDismissalAwareLayout"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| android:minHeight="@dimen/snackbar_min_height"
|
| @@ -35,4 +36,4 @@
|
| android:textSize="14sp"
|
| style="@style/ButtonCompatBorderless" />
|
|
|
| -</LinearLayout>
|
| +</view>
|
|
|