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

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

Issue 1964793002: Revert of [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: 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 f8c3899bab8c20163c0a4832db23759b6d8d9bb6..176e36defa704f095aaa02e90206b050b01a5d01 100644
--- a/components/mus/public/interfaces/command_buffer.mojom
+++ b/components/mus/public/interfaces/command_buffer.mojom
@@ -51,8 +51,7 @@
DestroyImage(int32 id);
CreateStreamTexture(uint32 client_texture_id)
=> (int32 stream_id, bool succeeded);
- TakeFrontBuffer(gpu.mojom.Mailbox mailbox);
- ReturnFrontBuffer(gpu.mojom.Mailbox mailbox, bool is_lost);
+ ProduceFrontBuffer(gpu.mojom.Mailbox mailbox);
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