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

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: rebase+fix 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
« no previous file with comments | « cc/proto/begin_main_frame_and_commit_state.proto ('k') | cc/test/fake_layer_tree_host_client.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 d1c97ade7fdc4495bbc7e07e5a839f0dbcfe6dee..209a565efc9f3891225ed0fb0d5812ed1f2e36f8 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -108,6 +108,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;
@@ -124,10 +125,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 {
« no previous file with comments | « cc/proto/begin_main_frame_and_commit_state.proto ('k') | cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698