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

Unified Diff: components/mus/public/interfaces/command_buffer.mojom

Issue 1943513002: [Reland 1] 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: Comments from sunnyps and piman. Created 4 years, 7 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 | « components/mus/gles2/command_buffer_impl.cc ('k') | content/renderer/pepper/pepper_plugin_instance_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/command_buffer.mojom
diff --git a/components/mus/public/interfaces/command_buffer.mojom b/components/mus/public/interfaces/command_buffer.mojom
index 176e36defa704f095aaa02e90206b050b01a5d01..f8c3899bab8c20163c0a4832db23759b6d8d9bb6 100644
--- a/components/mus/public/interfaces/command_buffer.mojom
+++ b/components/mus/public/interfaces/command_buffer.mojom
@@ -51,7 +51,8 @@ interface CommandBuffer {
DestroyImage(int32 id);
CreateStreamTexture(uint32 client_texture_id)
=> (int32 stream_id, bool succeeded);
- ProduceFrontBuffer(gpu.mojom.Mailbox mailbox);
+ TakeFrontBuffer(gpu.mojom.Mailbox mailbox);
+ ReturnFrontBuffer(gpu.mojom.Mailbox mailbox, bool is_lost);
SignalQuery(uint32 query, uint32 signal_id);
SignalSyncToken(gpu.mojom.SyncToken sync_token, uint32 signal_id);
WaitForGetOffsetInRange(int32 start, int32 end)
« no previous file with comments | « components/mus/gles2/command_buffer_impl.cc ('k') | content/renderer/pepper/pepper_plugin_instance_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698