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

Unified Diff: cc/ipc/quads.mojom

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 years, 11 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
Index: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index 5e61a06c97f852cf83b38f691fc777d452186d0d..c218688b33c58fe90e4ee09e3d0f9cdfda81b2ab 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -49,8 +49,14 @@ struct StreamVideoQuadState {
gfx.mojom.Transform matrix;
};
+enum SurfaceDrawQuadType {
+ PRIMARY,
+ FALLBACK,
+};
+
struct SurfaceQuadState {
- cc.mojom.SurfaceId surface;
+ SurfaceId surface;
+ SurfaceDrawQuadType surface_draw_quad_type;
};
struct TextureQuadState {

Powered by Google App Engine
This is Rietveld 408576698