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

Side by Side Diff: cc/proto/begin_main_frame_and_commit_state.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 unified diff | Download patch
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/proto/layer.proto » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 syntax = "proto2"; 5 syntax = "proto2";
6 6
7 import "vector2d.proto"; 7 import "vector2d.proto";
8 import "vector2df.proto"; 8 import "vector2df.proto";
9 9
10 option optimize_for = LITE_RUNTIME; 10 option optimize_for = LITE_RUNTIME;
(...skipping 29 matching lines...) Expand all
40 optional BeginFrameArgsType type = 4; 40 optional BeginFrameArgsType type = 4;
41 optional bool on_critical_path = 5; 41 optional bool on_critical_path = 5;
42 } 42 }
43 43
44 message BeginMainFrameAndCommitState { 44 message BeginMainFrameAndCommitState {
45 optional int64 begin_frame_id = 1; 45 optional int64 begin_frame_id = 1;
46 optional BeginFrameArgs begin_frame_args = 2; 46 optional BeginFrameArgs begin_frame_args = 2;
47 optional ScrollAndScaleSet scroll_info = 3; 47 optional ScrollAndScaleSet scroll_info = 3;
48 optional int64 memory_allocation_limit_bytes = 4; 48 optional int64 memory_allocation_limit_bytes = 4;
49 optional bool evicted_ui_resources = 5; 49 optional bool evicted_ui_resources = 5;
50 } 50 optional bool has_fixed_raster_scale_blurry_content = 6;
51 optional bool has_fixed_raster_scale_potential_performance_regression = 7;
52 }
OLDNEW
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/proto/layer.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698