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

Unified Diff: components/mus/gles2/command_buffer_impl.h

Issue 1937173002: Revert of Pepper takes ownership of a mailbox before passing it to the texture layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « cc/layers/texture_layer_unittest.cc ('k') | components/mus/gles2/command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_impl.h
diff --git a/components/mus/gles2/command_buffer_impl.h b/components/mus/gles2/command_buffer_impl.h
index 69f3a2035b1128d4971e6d9a8ccc0f1517f4e202..d03cdf14820ea5670b339ce855ad3dccdfa7dcf8 100644
--- a/components/mus/gles2/command_buffer_impl.h
+++ b/components/mus/gles2/command_buffer_impl.h
@@ -67,8 +67,7 @@
uint32_t client_texture_id,
const mojom::CommandBuffer::CreateStreamTextureCallback& callback
) override;
- void TakeFrontBuffer(const gpu::Mailbox& mailbox) override;
- void ReturnFrontBuffer(const gpu::Mailbox& mailbox, bool is_lost) override;
+ void ProduceFrontBuffer(const gpu::Mailbox& mailbox) override;
void SignalQuery(uint32_t query, uint32_t signal_id) override;
void SignalSyncToken(const gpu::SyncToken& sync_token,
uint32_t signal_id) override;
« no previous file with comments | « cc/layers/texture_layer_unittest.cc ('k') | components/mus/gles2/command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698