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

Unified Diff: cc/proto/layer.proto

Issue 1946403003: Add fixed raster scale use counter histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review+fixup Created 4 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/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index 16ed618e97900343a5ccc5f452ab8521d2b20d88..65b4dcc80ad4f72c0b0bca354435cec17881964a 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -109,6 +109,7 @@ message BaseLayerProperties {
optional bool transform_is_invertible = 34;
optional int32 sorting_context_id = 35;
optional int32 num_descendants_that_draw_content = 36;
+ optional bool has_will_change_transform_hint = 48;
optional int32 scroll_clip_layer_id = 37;
optional bool user_scrollable_horizontal = 38;
@@ -125,10 +126,7 @@ message BaseLayerProperties {
optional Rect update_rect = 46;
// TODO(nyquist): Figure out what to do with LayerAnimationController.
- // optional LayerAnimationController layer_animation_controller = 48;
-
- // TODO(nyquist): Figure out what to do with FrameTimingRequests.
- // repeated FrameTimingRequest frame_timing_requests = 49;
+ // optional LayerAnimationController layer_animation_controller = ???;
}
message PictureLayerProperties {

Powered by Google App Engine
This is Rietveld 408576698