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

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: 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..93b1c08d1d82edddefe55aac860d2eab42ffd81f 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -123,12 +123,10 @@ message BaseLayerProperties {
optional ScrollOffset scroll_offset = 44;
optional Rect update_rect = 46;
+ optional bool has_will_change_transform_hint = 48;
danakj 2016/05/10 22:05:30 move up with other simple properties. line 112?
vmpstr 2016/05/13 00:13:34 I kind of prefer if this file's fields remained in
// 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