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