| Index: android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| index e82c29bb5c7c1e2755af3fac0fd9bc3a554e46ea..d77bb00e089cdb7393b331e3dc81915dda22b962 100644
|
| --- a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| +++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java
|
| @@ -37,6 +37,7 @@ public class AwTestContainerView extends FrameLayout {
|
| setOverScrollMode(View.OVER_SCROLL_ALWAYS);
|
| setFocusable(true);
|
| setFocusableInTouchMode(true);
|
| + setLayerType(View.LAYER_TYPE_SOFTWARE, null);
|
| }
|
|
|
| public void initialize(AwContents awContents) {
|
|
|