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

Unified Diff: cc/ipc/compositor_frame_metadata.mojom

Issue 2140783002: services/ui: Detect when a video is playing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 93d1ca9f56c1e86b29af6406b0c30e52e3352001..6f711265fa8561cefe5f218e06e9018cc28ce66a 100644
--- a/cc/ipc/compositor_frame_metadata.mojom
+++ b/cc/ipc/compositor_frame_metadata.mojom
@@ -20,6 +20,7 @@ struct CompositorFrameMetadata {
float max_page_scale_factor;
bool root_overflow_x_hidden;
bool root_overflow_y_hidden;
+ bool may_contain_video;
bool is_resourceless_software_draw_with_scroll_or_animation;
gfx.mojom.Vector2dF location_bar_offset;
gfx.mojom.Vector2dF location_bar_content_translation;

Powered by Google App Engine
This is Rietveld 408576698