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

Unified Diff: cc/ipc/compositor_frame_metadata.mojom

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Evict frame instead of showing a black frame Created 3 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
Index: cc/ipc/compositor_frame_metadata.mojom
diff --git a/cc/ipc/compositor_frame_metadata.mojom b/cc/ipc/compositor_frame_metadata.mojom
index abbe76d395ffb5c6490fb6468c57d10f3269af36..9babaee77848992a1454bd94e5e093a402abeddd 100644
--- a/cc/ipc/compositor_frame_metadata.mojom
+++ b/cc/ipc/compositor_frame_metadata.mojom
@@ -22,6 +22,8 @@ struct CompositorFrameMetadata {
bool root_overflow_x_hidden;
bool root_overflow_y_hidden;
bool may_contain_video;
+ bool is_fullscreen;
+ gfx.mojom.Size device_viewport_size;
bool is_resourceless_software_draw_with_scroll_or_animation;
float top_controls_height;
float top_controls_shown_ratio;

Powered by Google App Engine
This is Rietveld 408576698