| Index: ui/android/delegated_frame_host_android.cc
|
| diff --git a/ui/android/delegated_frame_host_android.cc b/ui/android/delegated_frame_host_android.cc
|
| index e33c8b443c49a75fd9021635d6c26b9b74186bb9..3963a3adb544e201d69bf2f8fdf0c6c503855453 100644
|
| --- a/ui/android/delegated_frame_host_android.cc
|
| +++ b/ui/android/delegated_frame_host_android.cc
|
| @@ -127,7 +127,7 @@ void DelegatedFrameHostAndroid::DestroyDelegatedContent() {
|
|
|
| content_layer_->RemoveFromParent();
|
| content_layer_ = nullptr;
|
| - support_->EvictFrame();
|
| + support_->EvictCurrentSurface();
|
| surface_info_ = cc::SurfaceInfo();
|
| }
|
|
|
|
|