| Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
|
| diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
|
| index 9db47f5bcdd9c3f4371c5351d3ccbcdfffedc7c8..2407b8eb0e085e5a99193734cf1d6aa63f57fd09 100644
|
| --- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
|
| +++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
|
| @@ -170,6 +170,10 @@ public class ChromeShellActivity extends ActionBarActivity implements AppMenuPro
|
| }
|
| }
|
| });
|
| + // Set up the animation placeholder to be the SurfaceView. This disables the
|
| + // SurfaceView's 'hole' clipping during animations that are notified to the window.
|
| + mWindow.setAnimationPlaceholderView(
|
| + mTabManager.getContentViewRenderView().getSurfaceView());
|
|
|
| String startupUrl = getUrlFromIntent(getIntent());
|
| if (!TextUtils.isEmpty(startupUrl)) {
|
|
|