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

Unified Diff: cc/ipc/transferable_resource.mojom

Issue 2748903002: cc: Add gfx::BufferFormat to cc::ResourceProvider::Resource. (Closed)
Patch Set: Always initialize buffer_format. Created 3 years, 9 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/ipc/struct_traits_unittest.cc ('k') | cc/ipc/transferable_resource_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/transferable_resource.mojom
diff --git a/cc/ipc/transferable_resource.mojom b/cc/ipc/transferable_resource.mojom
index d7329a6b93b5fe521f72fa9e7040b1587f0438eb..971536c3b94ade7ff9451ed4ecfc51fbbbc19dce 100644
--- a/cc/ipc/transferable_resource.mojom
+++ b/cc/ipc/transferable_resource.mojom
@@ -6,6 +6,7 @@ module cc.mojom;
import "gpu/ipc/common/mailbox_holder.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
+import "ui/gfx/mojo/buffer_types.mojom";
enum ResourceFormat {
RGBA_8888,
@@ -21,6 +22,7 @@ enum ResourceFormat {
struct TransferableResource {
uint32 id;
ResourceFormat format;
+ gfx.mojom.BufferFormat buffer_format;
uint32 filter;
gfx.mojom.Size size;
gpu.mojom.MailboxHolder mailbox_holder;
« no previous file with comments | « cc/ipc/struct_traits_unittest.cc ('k') | cc/ipc/transferable_resource_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698