Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2018)

Unified Diff: content/browser/renderer_host/image_transport_factory.cc

Issue 10078002: aura: Add flush() to make sure delete operations make it through when we intend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/gpu/client/gl_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/image_transport_factory.cc
diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
index 4746c5da63d651bff4f0275cd24f88b60765f03f..f7d207221c265484ed56cc4c2dfe4620c72c3cd7 100644
--- a/content/browser/renderer_host/image_transport_factory.cc
+++ b/content/browser/renderer_host/image_transport_factory.cc
@@ -299,6 +299,7 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
surface.parent_context_id == context_id) {
data->shared_context->deleteTexture(surface.parent_texture_id[0]);
data->shared_context->deleteTexture(surface.parent_texture_id[1]);
+ data->shared_context->flush();
break;
}
}
« no previous file with comments | « no previous file | content/common/gpu/client/gl_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698