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

Unified Diff: cc/ipc/transferable_resource.mojom

Issue 2508203004: Add hints for potential overlay promotion on android. (Closed)
Patch Set: #include and comment cleanup Created 4 years, 1 month 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
Index: cc/ipc/transferable_resource.mojom
diff --git a/cc/ipc/transferable_resource.mojom b/cc/ipc/transferable_resource.mojom
index 1f99493dff035bdc47e36296b1e129315b5513d2..55ed940f6bc77200d7225bb7f712c95070830535 100644
--- a/cc/ipc/transferable_resource.mojom
+++ b/cc/ipc/transferable_resource.mojom
@@ -27,4 +27,5 @@ struct TransferableResource {
bool read_lock_fences_enabled;
bool is_software;
bool is_overlay_candidate;
+ bool is_backed_by_surface_texture;
};

Powered by Google App Engine
This is Rietveld 408576698