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

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

Issue 11779023: Aura: A little lighter GL synchronization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bind the textures because client side expects it. Created 7 years, 11 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 | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt » ('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 f1770bc054bfa68c9ef4f70598f701a98888f838..62b471952f07856bc56eb42c21cc329991884d5d 100644
--- a/content/browser/renderer_host/image_transport_factory.cc
+++ b/content/browser/renderer_host/image_transport_factory.cc
@@ -171,7 +171,7 @@ class ImageTransportClientTexture : public OwnedTexture {
GL_TEXTURE_2D,
reinterpret_cast<const signed char*>(mailbox_name.c_str()));
size_ = new_size;
- host_context_->flush();
+ host_context_->shallowFlushCHROMIUM();
}
virtual std::string Produce() OVERRIDE {
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698