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

Unified Diff: cc/proto/layer.proto

Issue 2140783002: services/ui: Detect when a video is playing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot merge 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
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/surfaces/surface_aggregator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index c8ae18b85d081cacd125b25de0799e12cfde2fd9..9a0ce5d80146d22becc47abb5d7e0aa139afd087 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -67,7 +67,7 @@ message LayerProperties {
optional SolidColorScrollbarLayerProperties solid_scrollbar = 7;
}
-// NEXT ID: 55
+// NEXT ID: 56
message BaseLayerProperties {
optional Point3F transform_origin = 1;
optional uint32 background_color = 2;
@@ -80,6 +80,7 @@ message BaseLayerProperties {
optional Vector2dF offset_to_transform_parent = 7;
optional bool double_sided = 8;
optional bool draws_content = 9;
+ optional bool may_contain_video = 55;
optional bool hide_layer_and_subtree = 10;
optional bool subtree_property_changed = 47;
optional bool layer_property_changed = 54;
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/surfaces/surface_aggregator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698