| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index a757a82bae40db9b42012094aab6469165b8289b..d660c77b16b9aca9707b38a74291cd30c4adb204 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1231,6 +1231,8 @@ DrawSwapReadbackResult ThreadProxy::DrawSwapReadbackInternal(
|
| }
|
| }
|
|
|
| + frame.render_passes.clear();
|
| +
|
| // Tell the main thread that the the newly-commited frame was drawn.
|
| if (impl().next_frame_is_newly_committed_frame) {
|
| impl().next_frame_is_newly_committed_frame = false;
|
|
|